mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
refactoring: customers landing list. refactoring: vendors landing list. refactoring: manual journals landing list.
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
import t from 'store/types';
|
|
|
|
export const setVendorsTableState = (queries) => {
|
|
return {
|
|
type: t.VENDORS_TABLE_STATE_SET,
|
|
payload: { queries },
|
|
};
|
|
} |