Skip to content

Commit f2ca911

Browse files
Removed server side sort by name
1 parent 2fd062f commit f2ca911

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/stores/workspaceStore.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ export const useWorkspaceStore = defineStore("useWorkspaceStore", () => {
110110
findAndSplice(workspaces.value, removedWorkspace, false);
111111
},
112112
},
113-
where(`collaborators.${profile.uid}`, "!=", ""),
114-
orderBy('name')
113+
where(`collaborators.${profile.uid}`, "!=", "")
115114
);
116115

117116
firebaseSubscriptions.register(

0 commit comments

Comments
 (0)