Browse Source

Task #860q7btm6 changing error message

pull/2/head
Wahyu Ramadhan 2 years ago
parent
commit
2c47bb8048
  1. 2
      src/views/SimproV2/ResourceWorker/index.js

2
src/views/SimproV2/ResourceWorker/index.js

@ -429,7 +429,7 @@ const ResourceWorker = ({ params }) => {
getDataUser();
NotificationManager.success(`Data resource berhasil diedit`, 'Success!!');
} else {
NotificationManager.error(`Data resource gagal di edit`, `Failed!!`);
NotificationManager.error(`${result.data.message}`, `Failed!!`);
}
}

Loading…
Cancel
Save