8355-testToMaster #1177

Merged
alexm merged 326 commits from 8355-testToMaster into master 2025-01-07 06:46:55 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit cfb35d23b4 - Show all commits

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,