From 30b12ecf64290c346df2a8c0318636d267572b31 Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Mon, 10 Feb 2025 12:05:27 +0100 Subject: [PATCH] Fix: Correct validationTypeMenuId to use local index instead of $attrs Signed-off-by: Christian Hartmann --- src/components/Questions/QuestionShort.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Questions/QuestionShort.vue b/src/components/Questions/QuestionShort.vue index 4accd8a1c..b4fb51f60 100644 --- a/src/components/Questions/QuestionShort.vue +++ b/src/components/Questions/QuestionShort.vue @@ -146,7 +146,7 @@ export default { * Id of the validation type menu */ validationTypeMenuId() { - return 'q' + this.$attrs.index + '__validation_menu' + return 'q' + this.index + '__validation_menu' }, /** * The regular expression