fix(toolbar): the conference obj is needed to submit feedback
This commit is contained in:
parent
e7223c49ef
commit
358ce0799e
|
@ -385,7 +385,9 @@ class ToolboxV2 extends Component<Props, State> {
|
||||||
* @returns {void}
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
_doOpenFeedback() {
|
_doOpenFeedback() {
|
||||||
this.props.dispatch(openFeedbackDialog());
|
const { _conference } = this.props;
|
||||||
|
|
||||||
|
this.props.dispatch(openFeedbackDialog(_conference));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue