8197-VnCardMain #1044

Merged
alexm merged 31 commits from 8197-VnCardMain into beta 2024-12-24 10:29:04 +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> <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,