mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
Fix : ItemCategory & items
This commit is contained in:
@@ -50,6 +50,7 @@ const ItemsCategoryList = ({
|
||||
(category) => (
|
||||
<Menu>
|
||||
<MenuItem
|
||||
icon={<Icon icon="pen-18" />}
|
||||
text={formatMessage({ id: 'edit_category' })}
|
||||
onClick={handelEditCategory(category)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user