mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 17:13:15 +00:00
fix bug
This commit is contained in:
@@ -13,7 +13,7 @@ const store = configureStore({
|
||||
preference: {
|
||||
apiKey: key ?? '',
|
||||
selectedDocs: doc !== null ? JSON.parse(doc) : null,
|
||||
prompt: { name: 'default', id: 'default' },
|
||||
prompt: { name: 'default', id: 'default', type: 'private' },
|
||||
conversations: null,
|
||||
sourceDocs: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user