Merge branch 'QuantumNous:main' into fix/channel-test-dialog-status-refresh

This commit is contained in:
yyhhyyyyyy
2026-06-15 17:01:37 +08:00
committed by GitHub
6 changed files with 8 additions and 6 deletions
@@ -151,7 +151,9 @@ export function CCSwitchDialog(props: Props) {
title={t('Import to CC Switch')}
contentClassName='sm:max-w-md'
contentHeight='auto'
bodyClassName='space-y-4'
bodyClassName={
currentConfig.modelFields.length === 1 ? 'space-y-4 pb-52' : 'space-y-4'
}
footer={
<>
<Button variant='outline' onClick={() => props.onOpenChange(false)}>