aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings_modal/helpers/string_setting.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/settings_modal/helpers/string_setting.vue')
-rw-r--r--src/components/settings_modal/helpers/string_setting.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/settings_modal/helpers/string_setting.vue b/src/components/settings_modal/helpers/string_setting.vue
index 84d0a9d6..9de99d78 100644
--- a/src/components/settings_modal/helpers/string_setting.vue
+++ b/src/components/settings_modal/helpers/string_setting.vue
@@ -3,7 +3,10 @@
v-if="matchesExpertLevel"
class="StringSetting"
>
- <label :for="path" :class="{ 'faint': shouldBeDisabled }">
+ <label
+ :for="path"
+ :class="{ 'faint': shouldBeDisabled }"
+ >
<template v-if="backendDescriptionLabel">
{{ backendDescriptionLabel + ' ' }}
</template>