chore: add loading to the model selector trigger

This commit is contained in:
Yi 2025-01-08 17:27:03 +08:00
parent 763f91fcea
commit c357ec0f7c
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ import {
import type { PluginInfoFromMarketPlace } from '@/app/components/plugins/types'
import { useInvalidateInstalledPluginList } from '@/service/use-plugins'
import ConfigurationButton from './configuration-button'
import Loading from '@/app/components/base/loading'
import { PluginType } from '@/app/components/plugins/types'
import {
useModelModalHandler,
@ -104,7 +105,7 @@ const AgentModelTrigger: FC<AgentModelTriggerProps> = ({
}, [providerName, modelId, currentProvider])
if (modelId && !isPluginChecked)
return null
return <Loading />
return (
<div