BOD-17 Added Contracts list page + updates and bugfixes on other pages.
This commit is contained in:
@@ -36,7 +36,7 @@ export default function ContractDetailPageContainer() {
|
||||
variables: { cccontract: { ...values }, contractId: contractId }
|
||||
})
|
||||
.then(response => {
|
||||
notification["success"]({ message: t("contracts.successess.saved") });
|
||||
notification["success"]({ message: t("contracts.successes.saved") });
|
||||
})
|
||||
.catch(error =>
|
||||
notification["error"]({
|
||||
|
||||
Reference in New Issue
Block a user