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