forked from github/plane
fix: workspace join button fix (#774)
This commit is contained in:
parent
800075b781
commit
f2c5bb5c03
@ -175,6 +175,7 @@ export const Workspace: React.FC<Props> = ({ setStep, setWorkspace }) => {
|
|||||||
className="w-1/2 text-center"
|
className="w-1/2 text-center"
|
||||||
size="md"
|
size="md"
|
||||||
disabled={isJoiningWorkspaces || invitationsRespond.length === 0}
|
disabled={isJoiningWorkspaces || invitationsRespond.length === 0}
|
||||||
|
onClick={submitInvitations}
|
||||||
>
|
>
|
||||||
Join Workspace
|
Join Workspace
|
||||||
</PrimaryButton>
|
</PrimaryButton>
|
||||||
|
Loading…
Reference in New Issue
Block a user