mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: expand sidebar once open form editor page.
feat: rounding money amount. feat: optimize page form structure. feat: refactoring make journal and expense form with FastField component.
This commit is contained in:
@@ -41,7 +41,7 @@ const ItemsCategoryList = ({
|
||||
(category) => () => {
|
||||
openDialog('item-category-form', { action: 'edit', id: category.id });
|
||||
},
|
||||
[],
|
||||
[openDialog],
|
||||
);
|
||||
|
||||
const handleDeleteCategory = useCallback(
|
||||
|
||||
Reference in New Issue
Block a user