mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: filter the uncategorized transactions out of matched transactions
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
// @ts-nocheck
|
||||
import t from '@/store/types';
|
||||
|
||||
/**
|
||||
* Sets global table state of the table.
|
||||
* @param {object} queries
|
||||
*/
|
||||
export const setUncategorizedTransactionIdForMatching = (
|
||||
uncategorizedTransactionId: number,
|
||||
) => {
|
||||
return {
|
||||
type: 'setUncategorizedTransactionIdForMatching',
|
||||
payload: uncategorizedTransactionId,
|
||||
};
|
||||
};
|
||||
|
||||
export const closeMatchingTransactionAside = () => {
|
||||
return {
|
||||
type: 'closeMatchingTransactionAside',
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user