fix: workspace join button fix (#774)
This commit is contained in:
parent
800075b781
commit
f2c5bb5c03
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue