0
0
Fork 0

refs #7355 accountAcl

This commit is contained in:
Carlos Satorres 2024-07-04 14:48:45 +02:00
parent d0276ae820
commit 9caacf3f86
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}, },
], ],