style: remove small size prop from Switch component in AssistantModel… (#5833)

style: remove small size prop from Switch component in AssistantModelSettings

Co-authored-by: kanweiwei <kanweiwei@nutstore.net>
This commit is contained in:
Camol 2025-05-10 21:34:48 +08:00 committed by GitHub
parent 3f1fadb9b6
commit 3fe6aee5b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -381,7 +381,6 @@ const AssistantModelSettings: FC<Props> = ({ assistant, updateAssistant, updateA
<SettingRow style={{ minHeight: 30 }}>
<Label>{t('models.enable_tool_use')}</Label>
<Switch
size="small"
checked={enableToolUse}
onChange={(checked) => {
setEnableToolUse(checked)