fix(provider): table sorting does not work

This commit is contained in:
jialin
2026-07-01 11:42:30 +08:00
committed by jialin
parent 185e3475e7
commit 8a15172316
6 changed files with 8 additions and 9 deletions
@@ -184,10 +184,6 @@ const ModelItem: React.FC<{
header={
<Header>
<span className="text gap-8">
{/* <IconFont
type={sourceIconMap[model.source]}
style={{ fontSize: 24 }}
/> */}
<ModelLogo src={getModelLogo(model.name)} alt="" />
<span>{model.name}</span>
</span>