diff --git a/src/components/ProjectStatus/ProjectStatusChangeConfirmation.jsx b/src/components/ProjectStatus/ProjectStatusChangeConfirmation.jsx index 7dce15331..c7efa726e 100644 --- a/src/components/ProjectStatus/ProjectStatusChangeConfirmation.jsx +++ b/src/components/ProjectStatus/ProjectStatusChangeConfirmation.jsx @@ -78,7 +78,10 @@ class ProjectStatusChangeConfirmation extends Component { const { newStatus, onCancel } = this.props this.shouldDropdownUp() return ( -
{ if (input && ! this.wrapper){this.wrapper = input; this.setState({showUp:this.shouldDropdownUp()}) }}}> +
{ if (input && ! this.wrapper){this.wrapper = input; this.setState({showUp:this.shouldDropdownUp()}) }}} + onClick={e => e.stopPropagation()} + >
You are about to { this.titleStatus } the project