implement editor placeholder
This commit is contained in:
parent
e2e4ea493f
commit
f9992a1fc6
4 changed files with 26 additions and 0 deletions
|
@ -100,6 +100,7 @@ export default class SendMessageComposer extends React.Component {
|
|||
model={this.model}
|
||||
room={this.props.room}
|
||||
label={_t("Send message")}
|
||||
placeholder={this.props.placeholder}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue