Pārlūkot izejas kodu

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

master
Leonard Kim 7 gadus atpakaļ
vecāks
revīzija
358ce0799e

+ 3
- 1
react/features/toolbox/components/ToolboxV2.web.js Parādīt failu

385
      * @returns {void}
385
      * @returns {void}
386
      */
386
      */
387
     _doOpenFeedback() {
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
     /**

Notiek ielāde…
Atcelt
Saglabāt