links tab done (finally)
This commit is contained in:
parent
b7a97b8603
commit
42a5da93ea
10 changed files with 234 additions and 12 deletions
|
|
@ -4,6 +4,7 @@
|
|||
class="StringSetting"
|
||||
>
|
||||
<label
|
||||
v-if="!hideLabel"
|
||||
:for="path"
|
||||
class="setting-label"
|
||||
:class="{ 'faint': shouldBeDisabled }"
|
||||
|
|
@ -31,7 +32,7 @@
|
|||
:onclick="reset"
|
||||
/>
|
||||
<ProfileSettingIndicator :is-profile="isProfileSetting" />
|
||||
<DraftButtons />
|
||||
<DraftButtons v-if="!hideDraftButtons" />
|
||||
<p
|
||||
v-if="backendDescriptionDescription"
|
||||
class="setting-description"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue