mirror of https://github.com/vector-im/riot-web
DisableEventIndexDialog: Use the correct spinner.
parent
825b6f7b7d
commit
6f919eaeec
|
@ -62,7 +62,7 @@ export default class DisableEventIndexDialog extends React.Component {
|
||||||
title={_t("Are you sure?")}
|
title={_t("Are you sure?")}
|
||||||
>
|
>
|
||||||
{_t("If disabled, messages from encrypted rooms won't appear in search results.")}
|
{_t("If disabled, messages from encrypted rooms won't appear in search results.")}
|
||||||
{this.state.disabling ? <InlineSpinner /> : <div />}
|
{this.state.disabling ? <Spinner /> : <div />}
|
||||||
<DialogButtons
|
<DialogButtons
|
||||||
primaryButton={_t('Disable')}
|
primaryButton={_t('Disable')}
|
||||||
onPrimaryButtonClick={this._onDisable}
|
onPrimaryButtonClick={this._onDisable}
|
||||||
|
|
Loading…
Reference in New Issue