Skip to content

Commit

Permalink
bump max project limit to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
bthaile committed Aug 18, 2023
1 parent 6f8f40d commit 748f977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LeftSidebar/NewProjectButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Button, { ButtonProps } from '../Button';
import PlusIcon from '../Icons/PlusIcon';
import Tooltip from '../Tooltip';

export const MAX_PROJECTS = 10;
export const MAX_PROJECTS = 50;

type NewProjectButtonProps = {
label?: string;
Expand Down

0 comments on commit 748f977

Please sign in to comment.