Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
fix(ui): increase maximum workspaces size to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
s-r-x committed Jun 10, 2021
1 parent c00236d commit b1bd670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/config/workspaces.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const WorkspacesConfig = {
maxWorkspaces: 10,
maxWorkspaces: 20,
};

0 comments on commit b1bd670

Please # to comment.