diff --git a/frontend/src/store.ts b/frontend/src/store.ts index 232675a7..c217648e 100644 --- a/frontend/src/store.ts +++ b/frontend/src/store.ts @@ -14,7 +14,7 @@ const store = configureStore({ preloadedState: { preference: { apiKey: key ?? '', - chunks: JSON.parse(chunks ?? '2'), + chunks: JSON.parse(chunks ?? '2').toString(), selectedDocs: doc !== null ? JSON.parse(doc) : null, prompt: prompt !== null