fix: model page empty

This commit is contained in:
zxhlyh
2024-12-11 14:10:28 +08:00
parent 35fb9099e3
commit 5b3112a137
2 changed files with 4 additions and 1 deletions

View File

@ -237,6 +237,7 @@ const ModelProviderPage = ({ searchText }: Props) => {
locale={locale}
cardContainerClassName='grid grid-cols-2 gap-2'
cardRender={cardRender}
emptyClassName='h-auto'
/>
)
}