fix: refs #8616 update binding syntax for is-editable prop in AgencyList.vue #1446

Merged
jtubau merged 19 commits from 8616-fixWarningsRouteSection into dev 2025-03-12 08:11:59 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 89f3c3f954 - Show all commits

View File

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