dev #281

Merged
ysCha merged 3 commits from dev into prd-deploy 2025-08-08 14:52:34 +09:00
Showing only changes of commit d03937cc92 - 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">