diff --git a/ui/src/components/view/Setting.vue b/ui/src/components/view/Setting.vue index fe612ecf271..4987a0bd612 100644 --- a/ui/src/components/view/Setting.vue +++ b/ui/src/components/view/Setting.vue @@ -70,7 +70,7 @@ @@ -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']