From 925ff859cc8bda67cf0411559501a7010d260762 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 14 Nov 2024 13:01:56 +0100 Subject: [PATCH] fix(ZoneCard): fix ZoneLocations redirections --- src/pages/Zone/Card/ZoneCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Zone/Card/ZoneCard.vue b/src/pages/Zone/Card/ZoneCard.vue index fa9d6c2d0..1881e9753 100644 --- a/src/pages/Zone/Card/ZoneCard.vue +++ b/src/pages/Zone/Card/ZoneCard.vue @@ -26,7 +26,7 @@ function notIsLocations(ifIsFalse, ifIsTrue) { :search-data-key="notIsLocations('ZoneList', 'ZoneLocations')" :custom-url="`Zones/${route.params?.id}/getLeaves`" :searchbar-props="{ - url: notIsLocations('ZoneList', 'ZoneLocations'), + url: notIsLocations('Zones', 'ZoneLocations'), label: notIsLocations(t('list.searchZone'), t('list.searchLocation')), info: t('list.searchInfo'), whereFilter: notIsLocations((value) => {