4.8.10 test fix (#2488)
* perf: update vision default * fix: update dataset default permission * perf: no network request
This commit is contained in:
@@ -76,7 +76,7 @@ export const AiChatModule: FlowNodeTemplateType = {
|
||||
renderTypeList: [FlowNodeInputTypeEnum.hidden],
|
||||
label: '',
|
||||
valueType: WorkflowIOValueTypeEnum.boolean,
|
||||
value: true
|
||||
value: false
|
||||
},
|
||||
// settings modal ---
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@ const MyRightDrawer = ({
|
||||
onClose,
|
||||
iconSrc,
|
||||
title,
|
||||
maxW = ['90vw', '30vw'],
|
||||
maxW = ['90vw', '500px'],
|
||||
children,
|
||||
isLoading,
|
||||
...props
|
||||
|
||||
Reference in New Issue
Block a user