mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user