Skip to content

Commit

Permalink
fix creating rule from transaction (#3539)
Browse files Browse the repository at this point in the history
* fix creating rule from transaction

* note
  • Loading branch information
matt-fidd authored Oct 2, 2024
1 parent 4df0398 commit 5064b06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ class AccountInternal extends PureComponent<
} satisfies RuleConditionEntity;

const rule = {
stage: 'default',
stage: null,
conditionsOp: 'and',
conditions: [payeeCondition, amountCondition],
actions: [
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3539.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [matt-fidd]
---

Fix error when creating a rule from an existing transaction

0 comments on commit 5064b06

Please sign in to comment.