Changes display name prompt to non modal, so people can mute/unmute.

This commit is contained in:
damencho 2019-06-24 09:37:00 +01:00 committed by yanas
parent 1786bfadce
commit bde44a94e8
1 changed files with 1 additions and 1 deletions

View File

@ -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'>