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