You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
DisableEventIndexDialog: Remove the incorrect class on the dialog.
This commit is contained in:
@@ -56,10 +56,7 @@ export default class DisableEventIndexDialog extends React.Component {
|
|||||||
const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
|
const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<BaseDialog className='mx_ManageEventIndexDialog'
|
<BaseDialog onFinished={this.props.onFinished} title={_t("Are you sure?")}>
|
||||||
onFinished={this.props.onFinished}
|
|
||||||
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 ? <Spinner /> : <div />}
|
{this.state.disabling ? <Spinner /> : <div />}
|
||||||
<DialogButtons
|
<DialogButtons
|
||||||
|
|||||||
Reference in New Issue
Block a user