Merge pull request #2205 from matrix-org/dbkr/lazy_load_check_before_sync

Handle InvalidStoreError from js-sdk
This commit is contained in:
Bruno Windels 2018-10-10 18:35:36 +02:00 committed by GitHub
commit bba04a6820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 44 additions and 36 deletions

View file

@ -62,6 +62,7 @@ export default React.createClass({
<BaseDialog className="mx_QuestionDialog" onFinished={this.props.onFinished}
title={this.props.title}
contentId='mx_Dialog_content'
hasCancel={this.props.hasCancelButton}
>
<div className="mx_Dialog_content" id='mx_Dialog_content'>
{ this.props.description }