This commit is contained in:
Henry Jameson 2023-04-24 23:01:29 +03:00
commit 1492937a7e
6 changed files with 66 additions and 28 deletions

View file

@ -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>