Mobile rules - update default stage to be "default" instead of "pre" (#5587)

This commit is contained in:
Matiss Janis Aboltins
2025-08-21 19:24:52 +01:00
committed by GitHub
parent 92e43bc3b5
commit fe32bf14c6
4 changed files with 7 additions and 1 deletions

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

View File

@@ -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: [
{

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---
mobile rules - change default new rule stage to be "default" instead of "pre"