remove unused code, set corectly function

This commit is contained in:
ogerly 2022-02-11 16:58:15 +01:00
parent 9433813608
commit a562b3cdd1
2 changed files with 1 additions and 13 deletions

View File

@ -47,7 +47,7 @@
size="md"
variant="success"
class="m-3 text-right"
@click="$emit('overlay-ok', items)"
@click="$emit('confirm-creation', items)"
>
{{ $t('overlay.confirm.yes') }}
</b-button>

View File

@ -6,18 +6,6 @@
@overlay-cancel="overlay = false"
@confirm-creation="confirmCreation"
/>
<!--<b-jumbotron class="bg-light p-4">
<template #header>{{ $t('overlay.confirm.title') }}</template>
<template #lead>{{ $t('overlay.confirm.text') }}</template>
<hr class="my-4" />
<p>{{ $t('overlay.confirm.question') }}</p>
<b-button size="md" variant="danger" class="m-3" @click="overlay = false">
{{ $t('overlay.confirm.no') }}
</b-button>
<b-button size="md" variant="success" class="m-3 text-right" @click="confirmCreation">
{{ $t('overlay.confirm.yes') }}
</b-button>
</b-jumbotron> -->
</div>
<open-creations-table
class="mt-4"