From 663ef63f6d2e287fafb096cce9a44d678d4939e4 Mon Sep 17 00:00:00 2001 From: Jerald-Golden-B Date: Thu, 19 Jun 2025 09:42:05 +0530 Subject: [PATCH] feat: set subModule to "properties" on zone selection --- app/src/components/ui/list/List.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/components/ui/list/List.tsx b/app/src/components/ui/list/List.tsx index 0e15606..721d9b5 100644 --- a/app/src/components/ui/list/List.tsx +++ b/app/src/components/ui/list/List.tsx @@ -199,6 +199,7 @@ const List: React.FC = ({ items = [], remove }) => { id: '', name: '', }); + setSubModule("properties") } } };