This commit is contained in:
Henry Jameson 2023-03-21 22:26:11 +02:00
commit 6b40fc9895
4 changed files with 15 additions and 19 deletions

View file

@ -13,26 +13,25 @@
class="label"
>
<template v-if="backendDescription">
{{ backendDescriptionLabel + ' ' }}
{{ backendDescriptionLabel }}
</template>
<template v-else>
<slot />
</template>
</span>
{{ ' ' }}
<ModifiedIndicator
:changed="isChanged"
:onclick="reset"
/>
<ProfileSettingIndicator :is-profile="isProfileSetting" />
<DraftButtons />
<p
v-if="backendDescriptionDescription"
class="setting-description"
>
{{ backendDescriptionDescription + ' ' }}
</p>
</Checkbox>
<ModifiedIndicator
:changed="isChanged"
:onclick="reset"
/>
<ProfileSettingIndicator :is-profile="isProfileSetting" />
<DraftButtons />
<p
v-if="backendDescriptionDescription"
class="setting-description"
>
{{ backendDescriptionDescription + ' ' }}
</p>
</label>
</template>