mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00: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