diff --git a/web/app/components/header/account-setting/model-provider-page/provider-added-card/model-auth-dropdown/index.tsx b/web/app/components/header/account-setting/model-provider-page/provider-added-card/model-auth-dropdown/index.tsx index 392f8ece3f..780de9fe6e 100644 --- a/web/app/components/header/account-setting/model-provider-page/provider-added-card/model-auth-dropdown/index.tsx +++ b/web/app/components/header/account-setting/model-provider-page/provider-added-card/model-auth-dropdown/index.tsx @@ -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)