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
2c1c4ede75
commit
8047dbf544
@ -75,7 +75,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #cell(confirm)="row">
|
<template #cell(confirm)="row">
|
||||||
<div v-if="!myself(`${row.item.firstName} ${row.item.lastName}`)">
|
<div v-if="!myself(row.item)">
|
||||||
<b-button
|
<b-button
|
||||||
variant="success"
|
variant="success"
|
||||||
size="md"
|
size="md"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user