perf: refs #8197 perf
gitea/salix-front/pipeline/pr-beta This commit looks good Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-12-23 18:16:50 +01:00
parent dd36b35bf7
commit cfb35d23b4
2 changed files with 1 additions and 2 deletions

View File

@ -151,7 +151,7 @@ const deleteAcl = async ({ id }) => {
<template #body>
<VnTable
ref="tableRef"
data-key="AccountAcls"
:data-key="dataKey"
:create="{
urlCreate: 'ACLs',
title: 'Create ACL',

View File

@ -56,7 +56,6 @@ export const useArrayDataStore = defineStore('arrayDataStore', () => {
}
return {
state,
get,
set,
clear,