dev #282

Merged
ysCha merged 3 commits from dev into dev-deploy 2025-08-08 16:40:11 +09:00
Showing only changes of commit 9db8b949ff - Show all commits

View File

@ -262,6 +262,12 @@ export const Orientation = forwardRef((props, ref) => {
setRoofsStore(newRoofs)
}
useEffect(() => {
// selectedModules handleChangeModule
if (moduleList.length > 0 && (!selectedModules || !selectedModules.itemId)) {
handleChangeModule(moduleList[0]);
}
}, [moduleList]); //
return (
<>
<div className="properties-setting-wrap">