ManageEventIndexDialog: Properly indent the content of the BaseDialog.
parent
cba7764784
commit
71024d1418
src/async-components/views/dialogs/eventindex
|
@ -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 New Issue