diff --git a/modules/@apostrophecms/schema/ui/apos/mixins/AposInputMixin.js b/modules/@apostrophecms/schema/ui/apos/mixins/AposInputMixin.js index ee5e1523e8..f0398df66b 100644 --- a/modules/@apostrophecms/schema/ui/apos/mixins/AposInputMixin.js +++ b/modules/@apostrophecms/schema/ui/apos/mixins/AposInputMixin.js @@ -2,7 +2,7 @@ import { klona } from 'klona'; export default { // Implements v-model pattern - emits: [ 'update:modelValue', 'field-ready' ], + emits: [ 'update:modelValue' ], props: { // The value passed in from the parent component through the v-model // directive.