diff --git a/jikimo_frontend/static/src/js/custom_form_status_indicator.js b/jikimo_frontend/static/src/js/custom_form_status_indicator.js index 9ff98ca2..10f4b07d 100644 --- a/jikimo_frontend/static/src/js/custom_form_status_indicator.js +++ b/jikimo_frontend/static/src/js/custom_form_status_indicator.js @@ -83,9 +83,9 @@ patch(FormStatusIndicator.prototype, 'jikimo_frontend.FormStatusIndicator', { ); patch(Field.prototype, 'jikimo_frontend.Field', { setup() { - owl.onMounted(this.setRequired); - return this._super(...arguments); - }, + owl.onMounted(this.setRequired); + return this._super(...arguments); + }, setRequired() { const id = this.props.id const isRequired = filedRequiredList[id]