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> <template #body>
<VnTable <VnTable
ref="tableRef" ref="tableRef"
data-key="AccountAcls" :data-key="dataKey"
:create="{ :create="{
urlCreate: 'ACLs', urlCreate: 'ACLs',
title: 'Create ACL', title: 'Create ACL',

View File

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