diff options
| author | Dayana31 <[email protected]> | 2022-06-05 23:30:20 -0500 |
|---|---|---|
| committer | Dayana31 <[email protected]> | 2022-06-05 23:30:20 -0500 |
| commit | aeca067db6bcec49d7852fc28ad7a8107c1f07b6 (patch) | |
| tree | 53388039ef51db2795c298c8a7ed61461f0120e6 /front/odiparpack/app/components | |
| parent | b76694b364e99ceb7a3616de88f0d7b5ff728859 (diff) | |
| parent | 3a91d18704ee5ac783b398b1589ee2b14ea35321 (diff) | |
| download | DP1_project-aeca067db6bcec49d7852fc28ad7a8107c1f07b6.tar.gz DP1_project-aeca067db6bcec49d7852fc28ad7a8107c1f07b6.tar.bz2 DP1_project-aeca067db6bcec49d7852fc28ad7a8107c1f07b6.zip | |
Merge branch 'gabshr' into dayana
Diffstat (limited to 'front/odiparpack/app/components')
| -rw-r--r-- | front/odiparpack/app/components/Tables/CrudTableForm.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/front/odiparpack/app/components/Tables/CrudTableForm.js b/front/odiparpack/app/components/Tables/CrudTableForm.js index 8b7e6d5..017a3fc 100644 --- a/front/odiparpack/app/components/Tables/CrudTableForm.js +++ b/front/odiparpack/app/components/Tables/CrudTableForm.js @@ -5,16 +5,16 @@ import MainTableForm from './tableParts/MainTableForm'; import FloatingPanel from './../Panel/FloatingPanel'; class CrudTableForm extends React.Component { - componentDidMount(){ + /* componentDidMount(){ this.props.fetchData(this.props.dataInit, this.props.branch); - } + } */ - /* componentDidUpdate(previousProps) { + componentDidUpdate(previousProps) { if (previousProps.dataInit !== this.props.dataInit) { //console.log("en el FORM",this.props.dataInit)} this.props.fetchData(this.props.dataInit, this.props.branch); } - } */ + } sendValues = (values) => { setTimeout(() => { |
