🐛 fix: fixed the onboarding crash problem (#11905)

fix: fixed the onboarding crash problem
This commit is contained in:
Shinji-Li
2026-01-27 21:05:33 +08:00
committed by GitHub
parent dc51838b3c
commit 439e4ee7a4

View File

@@ -113,7 +113,7 @@ const ModelSelect = memo<ModelSelectProps>(
<ModelItemRender
displayName={data.displayName}
id={data.id}
showInfoTag
showInfoTag={false}
{...data.abilities}
/>
);