mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Nest groupId in refireParams to match types
This commit is contained in:
parent
1c913b85e2
commit
0f59e34a3a
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ export default createReactClass({
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: Action.SetRightPanelPhase,
|
action: Action.SetRightPanelPhase,
|
||||||
phase: RightPanelPhases.GroupMemberList,
|
phase: RightPanelPhases.GroupMemberList,
|
||||||
groupId: this.props.groupId,
|
refireParams: { groupId: this.props.groupId },
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue