Skip to content

Commit

Permalink
fix(client): overwritten schema meta by dynamic, fix koishijs/koishi#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieuzest authored Feb 9, 2025
1 parent 2d64204 commit 05f0a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/client/components/dynamic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
v-if="inner"
:modelValue="modelValue"
@update:modelValue="$emit('update:modelValue', $event)"
:schema="{ ...inner, meta: { ...inner.meta, ...schema.meta } }"
:schema="{ ...inner, meta: { ...schema.meta, ...inner.meta } }"
:initial="initial"
:disabled="disabled"
:prefix="prefix"
Expand Down

0 comments on commit 05f0a10

Please sign in to comment.