dev #89

Merged
ysCha merged 2 commits from dev into dev-deploy 2025-06-02 10:52:11 +09:00
Showing only changes of commit 806c829ada - Show all commits

View File

@ -212,7 +212,6 @@ export function useRoofAllocationSetting(id) {
}
await post({ url: `/api/canvas-management/roof-allocation-settings`, data: patternData }).then((res) => {
swalFire({ text: getMessage(res.returnMessage) })
setIsGlobalLoading(false)
})