mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-16 08:01:18 +00:00
Fix workflow (#5592)
* fix: fileselector default * fix: workflow run process
This commit is contained in:
@@ -45,7 +45,7 @@ export const defaultChatInputGuideConfig = {
|
||||
};
|
||||
|
||||
export const defaultAppSelectFileConfig: AppFileSelectConfigType = {
|
||||
canSelectFile: true,
|
||||
canSelectFile: false,
|
||||
canSelectImg: false,
|
||||
maxFiles: 10
|
||||
};
|
||||
|
Reference in New Issue
Block a user