hotfixZoneFilter #922

Merged
pablone merged 3 commits from hotfixZoneFilter into master 2024-11-13 09:22:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8eb76cd0fc - Show all commits

View File

@ -22,7 +22,7 @@ const agencies = ref([]);
</script>
<template>
<FetchData url="agencyModes" @on-fetch="(data) => (agencies = data)" auto-load />
<FetchData url="AgencyModes" @on-fetch="(data) => (agencies = data)" auto-load />
<VnFilterPanel
:data-key="props.dataKey"
:search-button="true"