mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 20:36:57 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
536834f350
1 changed files with 3 additions and 2 deletions
|
@ -67,9 +67,10 @@ export default React.createClass({
|
||||||
{ this.props.description }
|
{ this.props.description }
|
||||||
</div>
|
</div>
|
||||||
<DialogButtons primaryButton={this.props.button || _t('OK')}
|
<DialogButtons primaryButton={this.props.button || _t('OK')}
|
||||||
cancelButton={this.props.cancelButton}
|
|
||||||
onPrimaryButtonClick={this.onOk}
|
|
||||||
primaryButtonClass={primaryButtonClass}
|
primaryButtonClass={primaryButtonClass}
|
||||||
|
cancelButton={this.props.cancelButton}
|
||||||
|
hasCancel={this.props.hasCancelButton}
|
||||||
|
onPrimaryButtonClick={this.onOk}
|
||||||
focus={this.props.focus}
|
focus={this.props.focus}
|
||||||
onCancel={this.onCancel}
|
onCancel={this.onCancel}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue