mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix: only inactive accounts filter
This commit is contained in:
@@ -131,6 +131,6 @@ export const rowClassNames = (row) => ({
|
||||
export const transformAccountsStateToQuery = (tableState) => {
|
||||
return {
|
||||
...transformTableStateToQuery(tableState),
|
||||
inactive_mode: tableState.inactiveMode,
|
||||
onlyInactive: tableState.inactiveMode,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user