지붕면 할당 시 alert 제거

This commit is contained in:
hyojun.choi 2025-06-02 10:42:18 +09:00
parent 286dad7021
commit 806c829ada

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