mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
BIG-88: Reset table state once the table unmount.
This commit is contained in:
@@ -10,3 +10,8 @@ export const setCustomersTableState = (queries) => {
|
||||
};
|
||||
};
|
||||
|
||||
export const resetCustomersTableState = () => {
|
||||
return {
|
||||
type: t.CUSTOMERS_TABLE_STATE_RESET,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user