Fix new space invite button in the room intro
This commit is contained in:
parent
e31fc91a03
commit
5e00818d70
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ const NewRoomIntro = () => {
|
||||||
className="mx_NewRoomIntro_inviteButton"
|
className="mx_NewRoomIntro_inviteButton"
|
||||||
kind="primary"
|
kind="primary"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
dis.dispatch({ action: "view_invite", roomId });
|
dis.dispatch({ action: "view_invite", roomId: parentSpace.roomId });
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{_t("Invite to %(spaceName)s", { spaceName: parentSpace.name })}
|
{_t("Invite to %(spaceName)s", { spaceName: parentSpace.name })}
|
||||||
|
|
Loading…
Reference in a new issue