mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: style read-only drawers.
fix: empty state in resources tables.
This commit is contained in:
@@ -7,4 +7,10 @@ export const setInvoicesTableState = (queries) => {
|
||||
};
|
||||
};
|
||||
|
||||
export const resetInvoicesTableState= () => {
|
||||
return {
|
||||
type: t.INVOICES_TABLE_STATE_RESET,
|
||||
};
|
||||
}
|
||||
|
||||
export const setSelectedRowsItems = () => {};
|
||||
|
||||
Reference in New Issue
Block a user