mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
code style
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user