From 5bf68b6c42d1de2840c11760dd79da1ba7c00119 Mon Sep 17 00:00:00 2001 From: Lei Nelissen Date: Thu, 25 Jul 2024 23:16:21 +0200 Subject: [PATCH] chore: properly carry over old settings --- src/store/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.ts b/src/store/index.ts index 2a5d4e9..67ffbe8 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -76,6 +76,7 @@ const persistConfig: PersistConfig> = { return { ...state, settings: { + ...state.settings, credentials, }, };