payment plan
parent
6d3e41bbbb
commit
6aa1ceb3a4
|
@ -18,6 +18,7 @@ import {
|
|||
EncodeStringToBase64,
|
||||
showInputsInvalidNotification,
|
||||
Constants,
|
||||
showUnkownErrorNotification,
|
||||
} from "../../../utils";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import MyTable from "../../../Components/MyTable";
|
||||
|
@ -334,9 +335,8 @@ function ModalAddEditEmployee({
|
|||
|
||||
fetchEmployees();
|
||||
})
|
||||
.catch((errStatus) => {
|
||||
console.log(errStatus);
|
||||
|
||||
.catch(() => {
|
||||
showUnkownErrorNotification(notificationApi, t);
|
||||
setIsRequesting(false);
|
||||
});
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue