Selaa lähdekoodia

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

master
Leonard Kim 7 vuotta sitten
vanhempi
commit
358ce0799e
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3
    1
      react/features/toolbox/components/ToolboxV2.web.js

+ 3
- 1
react/features/toolbox/components/ToolboxV2.web.js Näytä tiedosto

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

Loading…
Peruuta
Tallenna