Skip to content

Commit

Permalink
remove the comment that add more noise than clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
kchobantonov committed Dec 6, 2024
1 parent a8f1a8c commit 0ced403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/components/JsonForms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default defineComponent({
data: {
required: false,
type: [String, Number, Boolean, Array, Object] as PropType<any>,
default: undefined, // allow for cases like mixed schema and the data in not yet defined
default: undefined,
},
schema: {
required: false,
Expand Down

0 comments on commit 0ced403

Please sign in to comment.