mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🐛 fix: fixed the onboarding crash problem (#11905)
fix: fixed the onboarding crash problem
This commit is contained in:
@@ -113,7 +113,7 @@ const ModelSelect = memo<ModelSelectProps>(
|
||||
<ModelItemRender
|
||||
displayName={data.displayName}
|
||||
id={data.id}
|
||||
showInfoTag
|
||||
showInfoTag={false}
|
||||
{...data.abilities}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user