mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
feat: message error landed cost.
This commit is contained in:
@@ -35,7 +35,7 @@ function BillTransactionDeleteAlert({
|
|||||||
deleteLandedCostMutate(BillId)
|
deleteLandedCostMutate(BillId)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
AppToaster.show({
|
AppToaster.show({
|
||||||
message: intl.get('the_landed_cost_has_been_deleted_successfully'),
|
message: intl.get('bill.action.delete_successfully.landed_cost'),
|
||||||
intent: Intent.SUCCESS,
|
intent: Intent.SUCCESS,
|
||||||
});
|
});
|
||||||
closeAlert(name);
|
closeAlert(name);
|
||||||
|
|||||||
Reference in New Issue
Block a user