Fix 'start chat' button

pull/21833/head
David Baker 2017-05-08 11:26:25 +01:00
parent 3366d3bbae
commit c841eb641b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
const StartChatButton = function(props) {
const ActionButton = sdk.getComponent('elements.ActionButton');
return (
<ActionButton action="start_chat"
<ActionButton action="view_create_chat"
label="Start chat"
iconPath="img/icons-people.svg"
size={props.size}