dev #54

Merged
ysCha merged 2 commits from dev into dev-deploy 2025-05-23 14:51:20 +09:00
Showing only changes of commit d59883b9a6 - Show all commits

View File

@ -254,11 +254,13 @@ let fileCheck = false;
swalFire({ text: getMessage('qna.reg.alert.save'), type: 'alert' })
setOpen(false)
setReload(searchValue, selectPageBlock);
}else{
setIsGlobalLoading(false)
swalFire({ text: getMessage('qna.reg.alert.saveFail'), type: 'alert', icon: 'error' })
console.error('error::::::::::::', res)
}
setIsGlobalLoading(false)
setIsBtnDisable(false)
swalFire({ text: getMessage('qna.reg.alert.saveFail'), type: 'alert', icon: 'error' })
console.error('error::::::::::::', e.message)
})
} catch (e) {
setIsGlobalLoading(false)