From 035510caadcf95f6e64d965c597b6ee4c1f11921 Mon Sep 17 00:00:00 2001 From: KDSBrowne Date: Thu, 9 May 2019 18:40:49 +0000 Subject: [PATCH] add disabled prop to start custom poll btn --- bigbluebutton-html5/imports/ui/components/poll/component.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/bigbluebutton-html5/imports/ui/components/poll/component.jsx b/bigbluebutton-html5/imports/ui/components/poll/component.jsx index f5e7c02945..4f7e772855 100644 --- a/bigbluebutton-html5/imports/ui/components/poll/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/poll/component.jsx @@ -199,6 +199,7 @@ class Poll extends Component { label={intl.formatMessage(intlMessages.startCustomLabel)} color="primary" aria-disabled={isDisabled} + disabled={isDisabled} className={styles.btn} />