code style

This commit is contained in:
yyh 2026-03-05 13:09:33 +08:00
parent a7e3fb2e33
commit 423c97a47e
No known key found for this signature in database
1 changed files with 6 additions and 1 deletions

View File

@ -39,7 +39,12 @@ function getButtonConfig(variant: CardVariant, hasCredentials: boolean, t: (key:
return { text, variant: 'secondary' as const }
}
function ModelAuthDropdown({ provider, state, isChangingPriority, onChangePriority }: ModelAuthDropdownProps) {
function ModelAuthDropdown({
provider,
state,
isChangingPriority,
onChangePriority,
}: ModelAuthDropdownProps) {
const { t } = useTranslation()
const [open, setOpen] = useState(false)