Skip to content

Commit

Permalink
Fix Create Room button
Browse files Browse the repository at this point in the history
Opened the DM dialog rather than the new room dialog
  • Loading branch information
dbkr committed May 8, 2017
1 parent 598f5e2 commit 9cae667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/elements/CreateRoomButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
const CreateRoomButton = function(props) {
const ActionButton = sdk.getComponent('elements.ActionButton');
return (
<ActionButton action="view_create_chat"
<ActionButton action="view_create_room"
label="Create new room"
iconPath="img/icons-create-room.svg"
size={props.size}
Expand Down

0 comments on commit 9cae667

Please sign in to comment.