mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 20:27:45 +00:00
perf: btn color (#423)
This commit is contained in:
@@ -850,7 +850,7 @@ export const appTemplates: (AppItemType & {
|
||||
key: 'userChatInput'
|
||||
},
|
||||
{
|
||||
moduleId: 'kbSearch',
|
||||
moduleId: 'datasetSearch',
|
||||
key: 'userChatInput'
|
||||
}
|
||||
]
|
||||
@@ -898,7 +898,7 @@ export const appTemplates: (AppItemType & {
|
||||
]
|
||||
},
|
||||
{
|
||||
moduleId: 'kbSearch',
|
||||
moduleId: 'datasetSearch',
|
||||
name: '知识库搜索',
|
||||
flowType: 'datasetSearchNode',
|
||||
showStatus: true,
|
||||
|
@@ -9,6 +9,5 @@ export enum ContextExtractEnum {
|
||||
|
||||
export enum HttpPropsEnum {
|
||||
url = 'url',
|
||||
failed = 'failed',
|
||||
finish = 'finish'
|
||||
failed = 'failed'
|
||||
}
|
||||
|
Reference in New Issue
Block a user