You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/09/11 19:44:28 UTC

[incubator-druid] branch master updated: Fix snitch dialog final step (#8506)

This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 1498250  Fix snitch dialog final step (#8506)
1498250 is described below

commit 149825020442808bb10bbeb891dcd019cd2ff37b
Author: Vadim Ogievetsky <va...@gmail.com>
AuthorDate: Wed Sep 11 12:44:16 2019 -0700

    Fix snitch dialog final step (#8506)
---
 web-console/src/dialogs/snitch-dialog/snitch-dialog.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web-console/src/dialogs/snitch-dialog/snitch-dialog.tsx b/web-console/src/dialogs/snitch-dialog/snitch-dialog.tsx
index 985d16d..a28ce0f 100644
--- a/web-console/src/dialogs/snitch-dialog/snitch-dialog.tsx
+++ b/web-console/src/dialogs/snitch-dialog/snitch-dialog.tsx
@@ -95,7 +95,7 @@ export class SnitchDialog extends React.PureComponent<SnitchDialogProps, SnitchD
     const { comment } = this.state;
 
     return (
-      <Dialog {...this.props}>
+      <Dialog isOpen {...this.props}>
         <div className={`dialog-body ${Classes.DIALOG_BODY}`}>
           <FormGroup label="Why are you making this change?" className="comment">
             <InputGroup


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org