setting admin settings works now. also now we have draftable settings
This commit is contained in:
parent
4d23d31fec
commit
bfd802ad04
14 changed files with 285 additions and 46 deletions
|
|
@ -11,7 +11,7 @@
|
|||
class="string-input"
|
||||
step="1"
|
||||
:disabled="disabled"
|
||||
:value="state"
|
||||
:value="draftMode ? draft :state"
|
||||
@change="update"
|
||||
>
|
||||
{{ ' ' }}
|
||||
|
|
@ -19,7 +19,9 @@
|
|||
:changed="isChanged"
|
||||
:onclick="reset"
|
||||
/>
|
||||
<ProfileSettingIndicator :is-profile="isProfileSetting" />
|
||||
<DraftButtons />
|
||||
</label>
|
||||
</template>
|
||||
|
||||
<script src="./boolean_setting.js"></script>
|
||||
<script src="./string_setting.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue