Remove double declaration of TextInputDialog

This commit is contained in:
Luke Barnard 2017-05-22 16:28:23 +01:00
parent 05aaa599cc
commit b0a824c941

View file

@ -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)",