mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
ManageEventIndexDialog: Properly indent the content of the BaseDialog.
This commit is contained in:
parent
cba7764784
commit
71024d1418
1 changed files with 2 additions and 2 deletions
|
@ -150,8 +150,8 @@ export default class ManageEventIndexDialog extends React.Component {
|
|||
onFinished={this.props.onFinished}
|
||||
title={_t("Message search")}
|
||||
>
|
||||
{eventIndexingSettings}
|
||||
{buttons}
|
||||
{eventIndexingSettings}
|
||||
{buttons}
|
||||
</BaseDialog>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue