mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: bulk delete item categories issue.
This commit is contained in:
@@ -106,7 +106,7 @@ const ItemCategoryList = ({
|
||||
setDeleteCategory(false);
|
||||
AppToaster.show({
|
||||
message: formatMessage({
|
||||
id: 'the_item_category_has_been_successfully_deleted',
|
||||
id: 'the_item_category_has_been_deleted_successfully',
|
||||
}),
|
||||
intent: Intent.SUCCESS,
|
||||
});
|
||||
@@ -135,7 +135,7 @@ const ItemCategoryList = ({
|
||||
setBulkDelete(false);
|
||||
AppToaster.show({
|
||||
message: formatMessage({
|
||||
id: 'the_item_categories_has_been_successfully_deleted',
|
||||
id: 'the_item_categories_has_been_deleted_successfully',
|
||||
}),
|
||||
intent: Intent.SUCCESS,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user