forked from verdnatura/salix-front
refs #7355 accountAcl
This commit is contained in:
parent
d0276ae820
commit
9caacf3f86
|
@ -97,7 +97,7 @@ const columns = computed(() => [
|
||||||
{
|
{
|
||||||
title: t('Delete'),
|
title: t('Delete'),
|
||||||
icon: 'delete',
|
icon: 'delete',
|
||||||
action: deleteAcl,
|
action: deleteAcl(),
|
||||||
isPrimary: true,
|
isPrimary: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue