Add toggle to alter the visibility of a room-group association
This commit is contained in:
parent
64a369216a
commit
790db94fd7
5 changed files with 98 additions and 21 deletions
|
@ -33,7 +33,7 @@ const GroupRoomTile = React.createClass({
|
|||
dis.dispatch({
|
||||
action: 'view_group_room',
|
||||
groupId: this.props.groupId,
|
||||
groupRoom: this.props.groupRoom,
|
||||
groupRoomId: this.props.groupRoom.roomId,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue