ManageEventIndexDialog: Properly indent the content of the BaseDialog.

pull/21833/head
Damir Jelić 2020-01-24 11:03:40 +01:00
parent cba7764784
commit 71024d1418
1 changed files with 2 additions and 2 deletions
src/async-components/views/dialogs/eventindex

View File

@ -150,8 +150,8 @@ export default class ManageEventIndexDialog extends React.Component {
onFinished={this.props.onFinished}
title={_t("Message search")}
>
{eventIndexingSettings}
{buttons}
{eventIndexingSettings}
{buttons}
</BaseDialog>
);
}