From 6536f825599edd473def1f428f404331b63b1257 Mon Sep 17 00:00:00 2001 From: yanas Date: Mon, 22 May 2017 16:17:29 -0500 Subject: [PATCH] fix(Dialog.web.js): Fixes okDisabled state not taken into account --- react/features/base/dialog/components/Dialog.web.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/features/base/dialog/components/Dialog.web.js b/react/features/base/dialog/components/Dialog.web.js index 3800623f5..dd1b264fe 100644 --- a/react/features/base/dialog/components/Dialog.web.js +++ b/react/features/base/dialog/components/Dialog.web.js @@ -137,6 +137,7 @@ class Dialog extends AbstractDialog { appearance = 'primary' form = 'modal-dialog-form' id = 'modal-dialog-ok-button' + isDisabled = { this.props.okDisabled } onClick = { this._onSubmit }> { this.props.t(this.props.okTitleKey || 'dialog.Ok') }