mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: plugin in sandbox auto set to true
This commit is contained in:
@ -377,7 +377,7 @@ const PromptEditor: FC<PromptEditorProps> = ({
|
||||
<ToolBlock />
|
||||
<ToolGroupBlockReplacementBlock />
|
||||
<ToolBlockReplacementBlock />
|
||||
{editable && !disableToolBlocks && <ToolPickerBlock />}
|
||||
{editable && !disableToolBlocks && <ToolPickerBlock enableAutoDefault />}
|
||||
</>
|
||||
)}
|
||||
<ComponentPickerBlock
|
||||
|
||||
Reference in New Issue
Block a user