Skip to content

Commit

Permalink
fix: workspace join button fix (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolsinghbhatia committed Apr 11, 2023
1 parent 800075b commit f2c5bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/components/onboarding/workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export const Workspace: React.FC<Props> = ({ setStep, setWorkspace }) => {
className="w-1/2 text-center"
size="md"
disabled={isJoiningWorkspaces || invitationsRespond.length === 0}
onClick={submitInvitations}
>
Join Workspace
</PrimaryButton>
Expand Down

1 comment on commit f2c5bb5

@vercel
Copy link

@vercel vercel bot commented on f2c5bb5 Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plane-dev – ./apps/app

plane-dev-caravel.vercel.app
plane-dev-git-develop-caravel.vercel.app
plane-dev.vercel.app

Please sign in to comment.