mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Remove double declaration of TextInputDialog
This commit is contained in:
parent
05aaa599cc
commit
b0a824c941
1 changed files with 0 additions and 1 deletions
|
@ -439,7 +439,6 @@ module.exports = React.createClass({
|
|||
break;
|
||||
}
|
||||
|
||||
var TextInputDialog = sdk.getComponent("dialogs.TextInputDialog");
|
||||
Modal.createDialog(TextInputDialog, {
|
||||
title: "Create Room",
|
||||
description: "Room name (optional)",
|
||||
|
|
Loading…
Reference in a new issue