fix(recording): do not spell check stream key input (#2811)

This commit is contained in:
virtuacoplenny
2018-04-13 19:37:06 -07:00
committed by GitHub
parent eb19f94598
commit 0539e8f2df
@@ -66,6 +66,7 @@ class StreamKeyForm extends Component {
<FieldTextStateless
autoFocus = { true }
compact = { true }
isSpellCheckEnabled = { false }
label = { t('dialog.streamKey') }
name = 'streamId'
okDisabled = { !this.props.value }