mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: tables with custom views.
This commit is contained in:
@@ -44,9 +44,9 @@ function ReceiptActionsBar({
|
||||
};
|
||||
|
||||
// Handle the active tab change.
|
||||
const handleTabChange = (viewId) => {
|
||||
const handleTabChange = (customView) => {
|
||||
setReceiptsTableState({
|
||||
csutomViewId: viewId.id || null,
|
||||
customViewId: customView.id || null,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user