From 6d84d0669b5af968d2e1fe5c6d1f09c7b6e282e0 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Mon, 28 Feb 2022 07:53:21 -0500 Subject: [PATCH] rename 'name' property of dropdown-question from dropdownQuestion to dropdown-question for consistency --- src/common-components/dropdown-question/dropdown-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,