|
|
@@ -190,7 +190,7 @@ class GridEditModal extends React.Component {
|
|
|
render() {
|
|
|
const { t } = this.props;
|
|
|
return (
|
|
|
- <Modal isOpen={this.state.show} toggle={this.cancel} size="xl" className={`${styles['grw-grid-edit-modal']} grw-grid-edit-modal`}>
|
|
|
+ <Modal isOpen={this.state.show} toggle={this.cancel} size="xl" className={`${styles['grw-grid-edit-modal']}`}>
|
|
|
<ModalHeader tag="h4" toggle={this.cancel} className="bg-primary text-light">
|
|
|
{t('grid_edit.create_bootstrap_4_grid')}
|
|
|
</ModalHeader>
|