From 8187a339f0aad58a0a430af3cf8899e420cd7f2f Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 26 Jul 2023 22:17:18 +0100 Subject: [PATCH] little bug fix --- frontend/src/store.ts | 1 + 1 file changed, 1 insertion(+) 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: '',