Remove unnecessary imperative blur invocations on NewOrganization inputs
parent
9d0abda116
commit
b12f8c841f
|
@ -21,11 +21,9 @@ class NewOrganization extends Component {
|
|||
|
||||
if (e.key === 'Escape') {
|
||||
onCancelCreateOrganization()
|
||||
this.inputRef.blur()
|
||||
}
|
||||
if (e.key === 'Enter') {
|
||||
this.handleClickSave()
|
||||
this.inputRef.blur()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue