실측치 설정 modal close 수정

This commit is contained in:
minsik 2024-11-08 15:31:37 +09:00
parent 57fa5f8fef
commit 845ff99f07

View File

@ -151,7 +151,6 @@ export function useRoofAllocationSetting(id) {
const handleAlloc = () => { const handleAlloc = () => {
if (!checkInnerLines()) { if (!checkInnerLines()) {
apply() apply()
closePopup(popupId)
} else { } else {
swalFire({ swalFire({
type: 'alert', type: 'alert',