mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
feat: add create & edit & delete in credit note.
This commit is contained in:
@@ -2,13 +2,13 @@ import t from 'store/types';
|
||||
|
||||
export const setCreditNotesTableState = (queries) => {
|
||||
return {
|
||||
type: t.CREDIT_NOTE_TABLE_STATE_SET,
|
||||
type: t.CREDIT_NOTES_TABLE_STATE_SET,
|
||||
payload: { queries },
|
||||
};
|
||||
};
|
||||
|
||||
export const resetCreditNotesTableState = () => {
|
||||
return {
|
||||
type: t.CREDIT_NOTE_TABLE_STATE_RESET,
|
||||
type: t.CREDIT_NOTES_TABLE_STATE_RESET,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user