mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Correct merged stash conflicts.
This commit is contained in:
parent
5e58d6e312
commit
22af8012f5
@ -1,9 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="creation-confirm">
|
<div class="creation-confirm">
|
||||||
<div v-if="overlay" id="overlay" @dblclick="overlay = false">
|
<div v-if="overlay" id="overlay" @dblclick="overlay = false">
|
||||||
<<<<<<< Updated upstream
|
|
||||||
<overlay :item="item" @overlay-cancel="overlay = false" @confirm-creation="confirmCreation" />
|
|
||||||
=======
|
|
||||||
<overlay :item="item" @overlay-cancel="overlay = false">
|
<overlay :item="item" @overlay-cancel="overlay = false">
|
||||||
<template #title>
|
<template #title>
|
||||||
{{ $t(overlayTitle) }}
|
{{ $t(overlayTitle) }}
|
||||||
@ -25,7 +22,6 @@
|
|||||||
</b-button>
|
</b-button>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
||||||
>>>>>>> Stashed changes
|
|
||||||
</div>
|
</div>
|
||||||
<open-creations-table
|
<open-creations-table
|
||||||
class="mt-4"
|
class="mt-4"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user