feat: message error landed cost.

This commit is contained in:
elforjani13
2021-09-21 21:10:57 +02:00
parent 8864e89674
commit 0fc1a7815a

View File

@@ -35,7 +35,7 @@ function BillTransactionDeleteAlert({
deleteLandedCostMutate(BillId)
.then(() => {
AppToaster.show({
message: intl.get('the_landed_cost_has_been_deleted_successfully'),
message: intl.get('bill.action.delete_successfully.landed_cost'),
intent: Intent.SUCCESS,
});
closeAlert(name);