mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
adds default doc
This commit is contained in:
@@ -13,7 +13,18 @@ const store = configureStore({
|
||||
preference: {
|
||||
apiKey: key ?? '',
|
||||
selectedDocs: doc !== null ? JSON.parse(doc) : null,
|
||||
sourceDocs: null,
|
||||
sourceDocs: [
|
||||
{
|
||||
language: '',
|
||||
name: 'default',
|
||||
version: '',
|
||||
dat: '',
|
||||
description: '',
|
||||
docLink: '',
|
||||
fullName: '',
|
||||
model: '1.0',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
reducer: {
|
||||
|
||||
Reference in New Issue
Block a user