Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 439e4ee

Browse files
authored
🐛 fix: fixed the onboarding crash problem (lobehub#11905)
fix: fixed the onboarding crash problem
1 parent dc51838 commit 439e4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/ModelSelect/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const ModelSelect = memo<ModelSelectProps>(
113113
<ModelItemRender
114114
displayName={data.displayName}
115115
id={data.id}
116-
showInfoTag
116+
showInfoTag={false}
117117
{...data.abilities}
118118
/>
119119
);

0 commit comments

Comments
 (0)