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}
|
onFinished={this.props.onFinished}
|
||||||
title={_t("Message search")}
|
title={_t("Message search")}
|
||||||
>
|
>
|
||||||
{eventIndexingSettings}
|
{eventIndexingSettings}
|
||||||
{buttons}
|
{buttons}
|
||||||
</BaseDialog>
|
</BaseDialog>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue