dev #195

Merged
ysCha merged 96 commits from dev into dev-deploy 2025-07-09 17:32:10 +09:00
Showing only changes of commit d0eb50313a - 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)