mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 00:11:43 +02:00
Fix 'start chat' button
This commit is contained in:
parent
3366d3bbae
commit
c841eb641b
@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
|
|||||||
const StartChatButton = function(props) {
|
const StartChatButton = function(props) {
|
||||||
const ActionButton = sdk.getComponent('elements.ActionButton');
|
const ActionButton = sdk.getComponent('elements.ActionButton');
|
||||||
return (
|
return (
|
||||||
<ActionButton action="start_chat"
|
<ActionButton action="view_create_chat"
|
||||||
label="Start chat"
|
label="Start chat"
|
||||||
iconPath="img/icons-people.svg"
|
iconPath="img/icons-people.svg"
|
||||||
size={props.size}
|
size={props.size}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user