fix(recording): do not spell check stream key input (#2811)
This commit is contained in:
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 }
|
||||
|
|
Loading…
Reference in New Issue