mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
fix: implement empty kandang in daily checklist
This commit is contained in:
@@ -217,7 +217,9 @@ export function MasterEmployeeContent() {
|
||||
'Error creating employee:',
|
||||
createEmployeeResponse.message
|
||||
);
|
||||
toast.error('Gagal menambahkan ABK');
|
||||
toast.error(
|
||||
'Gagal menambahkan ABK: ' + createEmployeeResponse.message
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -238,7 +240,9 @@ export function MasterEmployeeContent() {
|
||||
'Error updating employee:',
|
||||
updateEmployeeResponse.message
|
||||
);
|
||||
toast.error('Gagal menambahkan ABK');
|
||||
toast.error(
|
||||
'Gagal memperbarui ABK: ' + updateEmployeeResponse.message
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user