refactor: refs #7119 remove auto-load attribute from VehicleList component
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-12-26 17:55:58 +01:00
parent 66555806f2
commit 20ef8a5a12
1 changed files with 0 additions and 1 deletions

View File

@ -112,6 +112,5 @@ const columns = computed(() => [
url="Vehicles/filter"
:columns="columns"
redirect="vehicle"
auto-load
/>
</template>