mirror of
https://github.com/makeplane/plane.git
synced 2026-05-14 12:58:41 -05:00
fix: workspace join button fix (#774)
This commit is contained in:
committed by
GitHub
parent
800075b781
commit
f2c5bb5c03
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user