fix: url name
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Pablo Natek 2024-11-13 10:00:04 +01:00
parent 81927c5af5
commit 8eb76cd0fc
1 changed files with 1 additions and 1 deletions

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"