diff --git a/frontend/components/commons/forms/questions-form/QuestionsForm.component.vue b/frontend/components/commons/forms/questions-form/QuestionsForm.component.vue index 240cc9a2d4..2ca1682254 100644 --- a/frontend/components/commons/forms/questions-form/QuestionsForm.component.vue +++ b/frontend/components/commons/forms/questions-form/QuestionsForm.component.vue @@ -144,6 +144,7 @@ export default { data() { return { originalRecord: null, + autofocusPosition: 0, }; }, setup() {