feat: confirm close while edit work name

This commit is contained in:
puriphatt 2024-06-24 09:01:44 +00:00
parent a460fb5c61
commit e06abf1e77
5 changed files with 43 additions and 14 deletions

View file

@ -1,6 +1,8 @@
export default {
warning: 'Warning',
warningForgetInput: 'You have incomplete information.',
warningClose:
"You haven't saved your data. Do you want to close this window?",
errorOccurred: 'An error occurred.',

View file

@ -1,6 +1,7 @@
export default {
warning: 'เตือน',
warningForgetInput: 'คุณกรอกข้อมูลไม่ครบ',
warningClose: 'คุณยังไม่ได้บันทึกการแก้ไข ยืนยันที่จะปิดใช่หรือไม่',
errorOccurred: 'เกิดข้อผิดพลาด.',