fix: bulk delete item categories issue.

This commit is contained in:
Ahmed Bouhuolia
2020-12-02 18:44:23 +02:00
parent 72bf3096bb
commit c2a87f5ec1
5 changed files with 9 additions and 7 deletions

View File

@@ -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,
});