mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-24 00:29:49 +00:00
chore: Refactoring all import directories to alias and all .js|.jsx renamed to be .ts|.tsx
This commit is contained in:
8
src/containers/Customers/CustomersLanding/utils.tsx
Normal file
8
src/containers/Customers/CustomersLanding/utils.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { transformTableStateToQuery } from '@/utils';
|
||||
|
||||
export const transformCustomersStateToQuery = (tableState) => {
|
||||
return {
|
||||
...transformTableStateToQuery(tableState),
|
||||
inactive_mode: tableState.inactiveMode,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user