Skip to content

Commit

Permalink
chore: properly carry over old settings
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Jul 22, 2024
1 parent d3e0b5f commit 9977e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const persistConfig: PersistConfig<Omit<AppState, '_persist'>> = {
return {
...state,
settings: {
...state.settings,
credentials,
},
};
Expand Down

0 comments on commit 9977e57

Please sign in to comment.