From 4310a52fd8431dc8af231001b4f77f799a4be0d0 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 40519e8fd..ee41f4aa8 100644 --- a/src/components/Questions/QuestionShort.vue +++ b/src/components/Questions/QuestionShort.vue @@ -131,7 +131,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