diff options
Diffstat (limited to 'front/odiparpack/app/components/Tables')
| -rw-r--r-- | front/odiparpack/app/components/Tables/CrudTableForm.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/front/odiparpack/app/components/Tables/CrudTableForm.js b/front/odiparpack/app/components/Tables/CrudTableForm.js index d2d2ea8..219fcd2 100644 --- a/front/odiparpack/app/components/Tables/CrudTableForm.js +++ b/front/odiparpack/app/components/Tables/CrudTableForm.js @@ -6,6 +6,7 @@ import FloatingPanel from './../Panel/FloatingPanel'; class CrudTableForm extends React.Component { componentDidMount() { + console.log("en el FORM",this.props.dataInit) this.props.fetchData(this.props.dataInit, this.props.branch); } @@ -31,6 +32,7 @@ class CrudTableForm extends React.Component { } = this.props; return ( <div> + <FloatingPanel openForm={openForm} branch={branch} closeForm={closeForm}> <Form onSubmit={this.sendValues} initValues={initValues} branch={branch}> {children} |
