read only user was presented delete button
This commit is contained in:
@@ -76,7 +76,12 @@
|
|||||||
:no-data-text="$ay.t('NoData')"
|
:no-data-text="$ay.t('NoData')"
|
||||||
>
|
>
|
||||||
<template v-slot:[`item.actions`]="{ item }">
|
<template v-slot:[`item.actions`]="{ item }">
|
||||||
<v-icon small class="mr-6" @click="deleteItem(item)">
|
<v-icon
|
||||||
|
v-if="item.url"
|
||||||
|
small
|
||||||
|
class="mr-6"
|
||||||
|
@click="deleteItem(item)"
|
||||||
|
>
|
||||||
$ayiTrashAlt
|
$ayiTrashAlt
|
||||||
</v-icon>
|
</v-icon>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user