mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Mobile rules - update default stage to be "default" instead of "pre" (#5587)
This commit is contained in:
committed by
GitHub
parent
92e43bc3b5
commit
fe32bf14c6
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@@ -52,7 +52,7 @@ export function MobileRuleEditPage() {
|
||||
|
||||
// If no rule is provided, create a new one
|
||||
const defaultRule: NewRuleEntity = rule || {
|
||||
stage: 'pre',
|
||||
stage: null,
|
||||
conditionsOp: 'and',
|
||||
conditions: [
|
||||
{
|
||||
|
||||
6
upcoming-release-notes/5587.md
Normal file
6
upcoming-release-notes/5587.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
mobile rules - change default new rule stage to be "default" instead of "pre"
|
||||
Reference in New Issue
Block a user