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 21:28:27 UTC

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

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

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


The following commit(s) were added to refs/heads/0.16.0-incubating by this push:
     new d2c631d  Fix snitch dialog final step (#8506) (#8509)
d2c631d is described below

commit d2c631d54f37363d91e8981c5927c1db76d00c91
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Wed Sep 11 14:28:16 2019 -0700

    Fix snitch dialog final step (#8506) (#8509)
---
 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