refs #7355 fix vnTable #506

Merged
carlossa merged 24 commits from 7355-accountMigration into dev 2024-08-01 08:48:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9caacf3f86 - Show all commits

View File

@ -97,7 +97,7 @@ const columns = computed(() => [
{
title: t('Delete'),
icon: 'delete',
action: deleteAcl,
action: deleteAcl(),
isPrimary: true,
},
],