diff --git a/frontend/src/store.ts b/frontend/src/store.ts index dd0a2c9c..c2289644 100644 --- a/frontend/src/store.ts +++ b/frontend/src/store.ts @@ -13,6 +13,7 @@ const store = configureStore({ preference: { apiKey: key ?? '', selectedDocs: doc !== null ? JSON.parse(doc) : null, + conversations: null, sourceDocs: [ { location: '',