diff --git a/src/common-components/dropdown-question/dropdown-question.vue b/src/common-components/dropdown-question/dropdown-question.vue index 68882467e..94ae8e660 100644 --- a/src/common-components/dropdown-question/dropdown-question.vue +++ b/src/common-components/dropdown-question/dropdown-question.vue @@ -20,7 +20,7 @@ import { useField } from "vee-validate"; export default { - name: "dropdownQuestion", + name: "dropdown-question", props: { modelValue: String, labelText: String,