From d9e6baf7e3de5999acf719e74e02a52186c4bda2 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Sun, 26 May 2024 20:57:45 -0300 Subject: [PATCH] Move container card to parent view --- src/pages/Zone/Card/ZoneLocations.vue | 4 +- src/pages/Zone/Card/ZoneLocationsTree.vue | 70 +++++++++++------------ 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/pages/Zone/Card/ZoneLocations.vue b/src/pages/Zone/Card/ZoneLocations.vue index e04442080..7e9a3f23c 100644 --- a/src/pages/Zone/Card/ZoneLocations.vue +++ b/src/pages/Zone/Card/ZoneLocations.vue @@ -4,6 +4,8 @@ import ZoneLocationsTree from './ZoneLocationsTree.vue'; diff --git a/src/pages/Zone/Card/ZoneLocationsTree.vue b/src/pages/Zone/Card/ZoneLocationsTree.vue index 3057c5dff..0bc141efa 100644 --- a/src/pages/Zone/Card/ZoneLocationsTree.vue +++ b/src/pages/Zone/Card/ZoneLocationsTree.vue @@ -144,42 +144,40 @@ onMounted(async () => {