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() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Dialog
|
<Dialog
|
||||||
isModal = { true }
|
isModal = { false }
|
||||||
onSubmit = { this._onSubmit }
|
onSubmit = { this._onSubmit }
|
||||||
titleKey = 'dialog.displayNameRequired'
|
titleKey = 'dialog.displayNameRequired'
|
||||||
width = 'small'>
|
width = 'small'>
|
||||||
|
|
Loading…
Reference in New Issue