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>
<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,
alexm marked this conversation as resolved Outdated

Se te ha colado al hacer pruebas o necesitas que se vea la store entera?

Se te ha colado al hacer pruebas o necesitas que se vea la store entera?
Outdated
Review

Si, lo quito

Si, lo quito
set,
clear,