mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove unused code, set corectly function
This commit is contained in:
parent
9433813608
commit
a562b3cdd1
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user