Skip to content

Commit 09f849f

Browse files
committed
Move type keyword into condition
1 parent ece1585 commit 09f849f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uischema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"type": "Control",
4242
"scope": "#/properties/recurrence_interval",
4343
"rule": {
44-
"type": "LEAF",
4544
"effect": "HIDE",
4645
"condition": {
46+
"type": "LEAF",
4747
"scope": "#/properties/recurrence",
4848
"expectedValue": "Never"
4949
}

0 commit comments

Comments
 (0)