mirror of
https://github.com/langgenius/dify.git
synced 2026-03-09 09:26:42 +08:00
fix z-index
This commit is contained in:
@ -398,6 +398,7 @@ const ToolSelector: FC<Props> = ({
|
||||
{(currType === 'settings' || userSettingsOnly) && (
|
||||
<div className='px-4 py-2'>
|
||||
<ToolForm
|
||||
inPanel
|
||||
readOnly={false}
|
||||
nodeId={nodeId}
|
||||
schema={settingsFormSchemas as any}
|
||||
|
||||
Reference in New Issue
Block a user