Skip to content

Commit e06f5e8

Browse files
authored
fix: Vue Vanilla CombinatorProperties in OneOfRenderer
Adds missing rootSchema property for Vue Vanilla CombinatorProperties in OneOfRenderer. fixes #2265
1 parent 7f8134a commit e06f5e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vue-vanilla/src/complex/OneOfRenderer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:schema="control.schema"
55
combinator-keyword="oneOf"
66
:path="path"
7+
:root-schema="control.rootSchema"
78
/>
89

910
<control-wrapper

0 commit comments

Comments
 (0)