mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
parent
6bd7af2917
commit
f8d1a6d240
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
|
|||
const StartChatButton = function(props) {
|
||||
const ActionButton = sdk.getComponent('elements.ActionButton');
|
||||
return (
|
||||
<ActionButton action="view_create_chat"
|
||||
<ActionButton action="start_chat"
|
||||
label="Start chat"
|
||||
iconPath="img/icons-people.svg"
|
||||
size={props.size}
|
||||
|
|
Loading…
Reference in a new issue