Skip to content

Commit

Permalink
fix: Remove hackathon project invite only UI (#905)
Browse files Browse the repository at this point in the history
Turns out invite only has not been implemented yet.
Removing UI option till it is implemented.
TODO work tracked in ticket.
  • Loading branch information
jeremytchang authored Nov 10, 2021
1 parent ca93ba9 commit 2f10dd3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@ export const ProjectForm: FC<ProjectFormProps> = () => {
label:
'Closed: no one other than the project creator can join',
},
{
value: 'Invite Only',
label: 'Only joinable by invitation',
},
]}
onChange={(value: string) => {
dispatch(
Expand Down

0 comments on commit 2f10dd3

Please sign in to comment.