1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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