Hide sticker picker delete button and show minimise button.

This commit is contained in:
Richard Lewis 2018-03-08 17:20:42 +00:00
parent c59dd5b840
commit 3ab8b1f866
3 changed files with 23 additions and 5 deletions

View file

@ -155,7 +155,10 @@ export default class Stickerpicker extends React.Component {
onEditClick={this._launchManageIntegrations}
onDeleteClick={this._removeStickerpickerWidgets}
showTitle={false}
showMinimise={false}
showMinimise={true}
showDelete={false}
onMinimiseClick={this.onHideStickersClick}
handleMinimisePointerEvents={true}
/>
</div>
</div>