Revert "Fix Create Room button"

This reverts commit 9cae667c06.
pull/21833/head
David Baker 2017-05-16 14:30:02 +01:00
parent f8d1a6d240
commit d06bd3cf9d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
const CreateRoomButton = function(props) {
const ActionButton = sdk.getComponent('elements.ActionButton');
return (
<ActionButton action="view_create_room"
<ActionButton action="view_create_chat"
label="Create new room"
iconPath="img/icons-create-room.svg"
size={props.size}