mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update admin/src/components/Tables/OpenCreationsTable.vue
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
9eb42e0a41
commit
215bf45169
@ -63,7 +63,7 @@
|
|||||||
</b-button>
|
</b-button>
|
||||||
</template>
|
</template>
|
||||||
<template #cell(deny)="row">
|
<template #cell(deny)="row">
|
||||||
<div v-if="!myself(`${row.item.firstName} ${row.item.lastName}`)">
|
<div v-if="!myself(row.item)">
|
||||||
<b-button
|
<b-button
|
||||||
variant="warning"
|
variant="warning"
|
||||||
size="md"
|
size="md"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user