Merge remote-tracking branch 'apache/4.17' into main

This commit is contained in:
Abhishek Kumar 2022-09-14 13:17:57 +05:30
commit bf4e9059dd
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<a-input
:disabled="layoutMode === 'dark'"
type="color"
v-model:value="navBgColorPick"
v-model:value="navTextColorPick"
@blur="(e) => updateSetting('@navigation-text-color', e.target.value)" />
</div>
</div>
@ -254,6 +254,7 @@ export default {
this.downloadObjectAsJson(this.uiSettings)
},
resetSetting () {
this.uiSettings = {}
this.layoutMode = 'light'
this.colorPick = this.originalSetting['@primary-color']
this.navBgColorPick = this.originalSetting['@navigation-background-color']