mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: filter the uncategorized transactions out of matched transactions
This commit is contained in:
@@ -34,7 +34,6 @@ import { DialogsName } from '@/constants/dialogs';
|
||||
|
||||
function RuleFormContentFormRoot({
|
||||
// #withDialogActions
|
||||
openDialog,
|
||||
closeDialog,
|
||||
}) {
|
||||
const { accounts, bankRule, isEditMode, bankRuleId } =
|
||||
@@ -180,6 +179,10 @@ export const RuleFormContentForm = R.compose(withDialogActions)(
|
||||
RuleFormContentFormRoot,
|
||||
);
|
||||
|
||||
/**
|
||||
* Rule form conditions stack.
|
||||
* @returns {React.ReactNode}
|
||||
*/
|
||||
function RuleFormConditions() {
|
||||
const { values, setFieldValue } = useFormikContext<RuleFormValues>();
|
||||
|
||||
@@ -245,6 +248,10 @@ function RuleFormConditions() {
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rule form actions buttons.
|
||||
* @returns {React.ReactNode}
|
||||
*/
|
||||
function RuleFormActionsRoot({
|
||||
// #withDialogActions
|
||||
closeDialog,
|
||||
|
||||
Reference in New Issue
Block a user