mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
Remove
This commit is contained in:
parent
f6c0061334
commit
00c7f0dffb
@ -119,7 +119,6 @@ class PopUpForm extends React.Component { // eslint-disable-line react/prefer-st
|
|||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
console.log(this.props.form.items);
|
|
||||||
const navContainer = this.props.noNav ? '' : this.renderNavContainer();
|
const navContainer = this.props.noNav ? '' : this.renderNavContainer();
|
||||||
const modalBodyStyle = this.props.renderModalBody ? { paddingTop: '2.3rem' } : {};
|
const modalBodyStyle = this.props.renderModalBody ? { paddingTop: '2.3rem' } : {};
|
||||||
const modalBody = this.props.renderModalBody ? this.props.renderModalBody()
|
const modalBody = this.props.renderModalBody ? this.props.renderModalBody()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user