Skip to content

Commit 7569802

Browse files
davewwwwsdirix
authored andcommitted
fix: add missing rootSchema property for Vue Vanilla CombinatorProperties in OneOfRenderer (#2265)
1 parent 7f8134a commit 7569802

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)