mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: sale receipt view.
This commit is contained in:
@@ -40,6 +40,9 @@ function ItemsViewsTabs({
|
||||
useEffect(() => {
|
||||
setTopbarEditView(customViewId);
|
||||
changePageSubtitle(customViewId && viewItem ? viewItem.name : '');
|
||||
addItemsTableQueries({
|
||||
custom_view_id: customViewId || null,
|
||||
});
|
||||
}, [customViewId]);
|
||||
|
||||
const handleClickNewView = () => {};
|
||||
|
||||
Reference in New Issue
Block a user