diff --git a/frontend/src/components/DynamicFormField.vue b/frontend/src/components/DynamicFormField.vue
index 5ce2d55b..eadb171d 100755
--- a/frontend/src/components/DynamicFormField.vue
+++ b/frontend/src/components/DynamicFormField.vue
@@ -240,46 +240,45 @@
?
-
+
-
-
- None
+
+
+
+ None
+
+
+ {{
+ typeof option === 'string'
+ ? option
+ : (option.label || option.value)
+ }}
+
+
+ {{ $t('dynamic_form_field.no_options_found') }}
+
-
- {{
- typeof option === 'string'
- ? option
- : (option.label || option.value)
- }}
-
-
- {{ $t('dynamic_form_field.no_options_found') }}
-
-
+
▼
@@ -555,7 +554,7 @@