mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
Merge branch 'feature/react-query' of https://github.com/abouolia/Ratteb into feature/react-query
This commit is contained in:
@@ -43,7 +43,6 @@ function ReceiptActionsBar({
|
||||
history.push('/receipts/new');
|
||||
};
|
||||
|
||||
// Handle the active tab change.
|
||||
const handleTabChange = (customView) => {
|
||||
setReceiptsTableState({
|
||||
customViewId: customView.id || null,
|
||||
|
||||
@@ -17,7 +17,7 @@ function ReceiptViewTabs({
|
||||
setReceiptsTableState,
|
||||
|
||||
// #withReceipts
|
||||
receiptTableState
|
||||
receiptTableState,
|
||||
}) {
|
||||
// Receipts list context.
|
||||
const { receiptsViews } = useReceiptsListContext();
|
||||
|
||||
Reference in New Issue
Block a user