From f1f8341d25965beaf5aa04193381562da51c2c6f Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 19 Mar 2023 14:44:17 +0000 Subject: [PATCH] fixes + combined new + path --- frontend/src/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/store.ts b/frontend/src/store.ts index 6bea07b2..dd0a2c9c 100644 --- a/frontend/src/store.ts +++ b/frontend/src/store.ts @@ -15,6 +15,7 @@ const store = configureStore({ selectedDocs: doc !== null ? JSON.parse(doc) : null, sourceDocs: [ { + location: '', language: '', name: 'default', version: '',