From e9fa0fa23bfa1fcaffa0411a81c0b62ba97c1f88 Mon Sep 17 00:00:00 2001 From: Herrera Date: Wed, 12 Jun 2024 11:39:33 -0700 Subject: [PATCH] PSP-8183 : UI UX Clean Up - Filter Map - Moving Ownwership Flags to the Top --- .../AdvancedFilter/FilterContentForm.tsx | 118 +++++++++--------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/source/frontend/src/components/maps/leaflet/Control/AdvancedFilter/FilterContentForm.tsx b/source/frontend/src/components/maps/leaflet/Control/AdvancedFilter/FilterContentForm.tsx index d2c8566d1d..c73e9a2714 100644 --- a/source/frontend/src/components/maps/leaflet/Control/AdvancedFilter/FilterContentForm.tsx +++ b/source/frontend/src/components/maps/leaflet/Control/AdvancedFilter/FilterContentForm.tsx @@ -102,6 +102,65 @@ export const FilterContentForm: React.FC +
+ + + + + + + + + + Core Inventory + + + + + + + + + + + Property of Interest + + + + + + + + + + + Other Interest + + + + + + + + + + + Disposed + + + + + + + + + + + Retired + + + +
@@ -186,65 +245,6 @@ export const FilterContentForm: React.FC
-
- - - - - - - - - - Core Inventory - - - - - - - - - - - Property of Interest - - - - - - - - - - - Other Interest - - - - - - - - - - - Disposed - - - - - - - - - - - Retired - - - -
);