Changes display name prompt to non modal, so people can mute/unmute.
This commit is contained in:
parent
1786bfadce
commit
bde44a94e8
|
@ -56,7 +56,7 @@ class DisplayNamePrompt extends AbstractDisplayNamePrompt<State> {
|
|||
render() {
|
||||
return (
|
||||
<Dialog
|
||||
isModal = { true }
|
||||
isModal = { false }
|
||||
onSubmit = { this._onSubmit }
|
||||
titleKey = 'dialog.displayNameRequired'
|
||||
width = 'small'>
|
||||
|
|
Loading…
Reference in New Issue