You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
DisableEventIndexDialog: Use the correct spinner.
This commit is contained in:
@@ -62,7 +62,7 @@ export default class DisableEventIndexDialog extends React.Component {
|
||||
title={_t("Are you sure?")}
|
||||
>
|
||||
{_t("If disabled, messages from encrypted rooms won't appear in search results.")}
|
||||
{this.state.disabling ? <InlineSpinner /> : <div />}
|
||||
{this.state.disabling ? <Spinner /> : <div />}
|
||||
<DialogButtons
|
||||
primaryButton={_t('Disable')}
|
||||
onPrimaryButtonClick={this._onDisable}
|
||||
|
||||
Reference in New Issue
Block a user