mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 04:31:27 +08:00
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:
parent
3f1fadb9b6
commit
3fe6aee5b8
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user