Skip to content

Commit 439e4ee

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)