feat: set subModule to "properties" on zone selection
This commit is contained in:
parent
e61f860d21
commit
663ef63f6d
|
@ -199,6 +199,7 @@ const List: React.FC<ListProps> = ({ items = [], remove }) => {
|
||||||
id: '',
|
id: '',
|
||||||
name: '',
|
name: '',
|
||||||
});
|
});
|
||||||
|
setSubModule("properties")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue