Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Feb 13, 2024
1 parent eedf2f0 commit f97159e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/SettingsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ export const useSettingsStore = defineStore("settings", {

uploadSettings() {
const settings = JSON.parse(JSON.stringify(this.allSettings));
settings.colors = this.colors;
delete settings.gpt.apiToken;
return Axios.post("/api/session/settings", settings).then((response) => {
return response.data;
Expand Down

0 comments on commit f97159e

Please sign in to comment.