mirror of https://github.com/langgenius/dify.git
code style
This commit is contained in:
parent
a7e3fb2e33
commit
423c97a47e
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue