mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
fix: tables with custom views.
This commit is contained in:
@@ -69,8 +69,8 @@ function AccountsActionsBar({
|
||||
};
|
||||
|
||||
// Handle tab changing.
|
||||
const handleTabChange = (viewId) => {
|
||||
setAccountsTableState({ customViewId: viewId.id || null });
|
||||
const handleTabChange = (customView) => {
|
||||
setAccountsTableState({ customViewId: customView.id || null });
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user