mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
Fix snitch dialog final step (#8506)
This commit is contained in:
parent
fb078eea1e
commit
1498250204
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user