mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 06:21:03 +02:00
Nest groupId in refireParams to match types
This commit is contained in:
parent
1c913b85e2
commit
0f59e34a3a
@ -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…
x
Reference in New Issue
Block a user