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 25, 2024
1 parent 9ec5811 commit cf1c7cb
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 cf1c7cb

Please sign in to comment.