chore: picker width set

This commit is contained in:
Joel
2024-03-20 18:18:34 +08:00
parent a8c86b759d
commit 1201bef879
6 changed files with 32 additions and 14 deletions

View File

@ -157,7 +157,6 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
value={inputs.context?.variable_selector || []}
onChange={handleContextVarChange}
filterVar={filterVar}
width={370}
/>
</Field>