mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Correct merge conflicts.
This commit is contained in:
parent
22af8012f5
commit
dc70a375f6
@ -1,3 +1,4 @@
|
|||||||
|
<!-- eslint-disable @intlify/vue-i18n/no-dynamic-keys -->
|
||||||
<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">
|
||||||
@ -155,8 +156,6 @@ export default {
|
|||||||
{ key: 'deny', label: this.$t('deny') },
|
{ key: 'deny', label: this.$t('deny') },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
<<<<<<< Updated upstream
|
|
||||||
=======
|
|
||||||
overlayTitle() {
|
overlayTitle() {
|
||||||
return `overlay.${this.variant}.title`
|
return `overlay.${this.variant}.title`
|
||||||
},
|
},
|
||||||
@ -184,7 +183,6 @@ export default {
|
|||||||
return 'info'
|
return 'info'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
>>>>>>> Stashed changes
|
|
||||||
},
|
},
|
||||||
apollo: {
|
apollo: {
|
||||||
PendingContributions: {
|
PendingContributions: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user