mirror of https://github.com/vector-im/riot-web
Remove double declaration of TextInputDialog
parent
05aaa599cc
commit
b0a824c941
|
@ -439,7 +439,6 @@ module.exports = React.createClass({
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
var TextInputDialog = sdk.getComponent("dialogs.TextInputDialog");
|
|
||||||
Modal.createDialog(TextInputDialog, {
|
Modal.createDialog(TextInputDialog, {
|
||||||
title: "Create Room",
|
title: "Create Room",
|
||||||
description: "Room name (optional)",
|
description: "Room name (optional)",
|
||||||
|
|
Loading…
Reference in New Issue