chore: properly carry over old settings
This commit is contained in:
@@ -76,6 +76,7 @@ const persistConfig: PersistConfig<Omit<AppState, '_persist'>> = {
|
|||||||
return {
|
return {
|
||||||
...state,
|
...state,
|
||||||
settings: {
|
settings: {
|
||||||
|
...state.settings,
|
||||||
credentials,
|
credentials,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user