ManageEventIndexDialog: Properly indent the content of the BaseDialog.

This commit is contained in:
Damir Jelić 2020-01-24 11:03:40 +01:00
parent cba7764784
commit 71024d1418

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>
);
}