Nest groupId in refireParams to match types

pull/21833/head
Swapnil Raj 2020-07-18 16:47:44 +05:30
parent 1c913b85e2
commit 0f59e34a3a
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ export default createReactClass({
dis.dispatch({
action: Action.SetRightPanelPhase,
phase: RightPanelPhases.GroupMemberList,
groupId: this.props.groupId,
refireParams: { groupId: this.props.groupId },
});
});
},