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