fix(toolbar): the conference obj is needed to submit feedback

pull/2706/head jitsi-meet_2909
Leonard Kim 7 years ago committed by Дамян Минков
parent e7223c49ef
commit 358ce0799e
  1. 4
      react/features/toolbox/components/ToolboxV2.web.js

@ -385,7 +385,9 @@ class ToolboxV2 extends Component<Props, State> {
* @returns {void}
*/
_doOpenFeedback() {
this.props.dispatch(openFeedbackDialog());
const { _conference } = this.props;
this.props.dispatch(openFeedbackDialog(_conference));
}
/**

Loading…
Cancel
Save