Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 1507b4f

Browse files
committed
hide preferred model section
1 parent 76d57b4 commit 1507b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/route-workspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function RouteWorkspace() {
5454
workspaceName={name}
5555
/>
5656
<WorkspacePreferredModel
57-
className="mb-4"
57+
className="mb-4 hidden"
5858
isArchived={isArchived}
5959
workspaceName={name}
6060
/>

0 commit comments

Comments
 (0)