feat(SessionModal): add multiline support for tools selection
Enable multiline display for the tools selection dropdown to improve visibility when multiple tools are selected
This commit is contained in:
@@ -361,6 +361,7 @@ export const SessionModal: React.FC<Props> = ({
|
||||
/>
|
||||
<Select
|
||||
selectionMode="multiple"
|
||||
isMultiline
|
||||
selectedKeys={selectedToolKeys}
|
||||
onSelectionChange={onAllowedToolsChange}
|
||||
label={t('agent.session.allowed_tools.label')}
|
||||
|
||||
Reference in New Issue
Block a user