Fix snitch dialog final step (#8506)

This commit is contained in:
Vadim Ogievetsky 2019-09-11 12:44:16 -07:00 committed by Clint Wylie
parent fb078eea1e
commit 1498250204

View File

@ -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