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") } } };