fix: refs #8616 update binding syntax for is-editable prop in AgencyList.vue
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-02-19 15:24:02 +01:00
parent eab18e4d14
commit 89f3c3f954
1 changed files with 1 additions and 2 deletions

View File

@ -82,11 +82,10 @@ const columns = computed(() => [
<VnTable <VnTable
:data-key :data-key
:columns="columns" :columns="columns"
is-editable="false" :is-editable="false"
:right-search="false" :right-search="false"
:use-model="true" :use-model="true"
redirect="route/agency" redirect="route/agency"
default-mode="card"
/> />
</template> </template>
</VnSection> </VnSection>