diff --git a/react/features/toolbox/components/ToolboxV2.web.js b/react/features/toolbox/components/ToolboxV2.web.js index ad2f26e80..9abcb05b0 100644 --- a/react/features/toolbox/components/ToolboxV2.web.js +++ b/react/features/toolbox/components/ToolboxV2.web.js @@ -385,7 +385,9 @@ class ToolboxV2 extends Component { * @returns {void} */ _doOpenFeedback() { - this.props.dispatch(openFeedbackDialog()); + const { _conference } = this.props; + + this.props.dispatch(openFeedbackDialog(_conference)); } /**