1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00

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;
}
var TextInputDialog = sdk.getComponent("dialogs.TextInputDialog");
Modal.createDialog(TextInputDialog, {
title: "Create Room",
description: "Room name (optional)",