DisableEventIndexDialog: Use a self-closing tag for the buttons.

pull/21833/head
Damir Jelić 2020-01-24 15:26:24 +01:00
parent 97d55f63a3
commit 2252f48e04
1 changed files with 1 additions and 2 deletions

View File

@ -65,8 +65,7 @@ export default class DisableEventIndexDialog extends React.Component {
primaryButtonClass="danger"
onCancel={this.props.onFinished}
disabled={this.state.disabling}
>
</DialogButtons>
/>
</BaseDialog>
);
}