feat: refs #8197 default sectionName
gitea/salix-front/pipeline/pr-beta There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-12-18 13:04:31 +01:00
parent 76b73cc616
commit 32fd07dd14
4 changed files with 0 additions and 4 deletions

View File

@ -139,7 +139,6 @@ const deleteAcl = async ({ id }) => {
@on-fetch="(data) => (roles = data)"
/>
<VnCardMain
:section="dataKey"
:data-key="dataKey"
:columns="columns"
prefix="acls"

View File

@ -44,7 +44,6 @@ const exprBuilder = (param, value) => {
<template>
<VnCardMain
:section="dataKey"
:data-key="dataKey"
:columns="columns"
prefix="mailAlias"

View File

@ -104,7 +104,6 @@ function exprBuilder(param, value) {
<template>
<VnCardMain
:section="dataKey"
:data-key="dataKey"
:columns="columns"
prefix="account"

View File

@ -86,7 +86,6 @@ const exprBuilder = (param, value) => {
<template>
<VnCardMain
:section="dataKey"
:data-key="dataKey"
:columns="columns"
prefix="role"