summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/containers/Odipar/Pedidos
diff options
context:
space:
mode:
authorDayana31 <[email protected]>2022-06-03 17:24:38 -0500
committerDayana31 <[email protected]>2022-06-03 17:24:38 -0500
commitf4435233c0aad92f63ee097831565875a6dc903c (patch)
treefb3460742efd381958c1715dd9908597bd7b3e2f /front/odiparpack/app/containers/Odipar/Pedidos
parentc4afbde59b708505803094724632774ffb35ee74 (diff)
parent7494e99f73c3aa28f7caf8b6b0c063a0cb6035cf (diff)
downloadDP1_project-f4435233c0aad92f63ee097831565875a6dc903c.tar.gz
DP1_project-f4435233c0aad92f63ee097831565875a6dc903c.tar.bz2
DP1_project-f4435233c0aad92f63ee097831565875a6dc903c.zip
Merge branch 'gabshr' into dayana
Diffstat (limited to 'front/odiparpack/app/containers/Odipar/Pedidos')
-rw-r--r--front/odiparpack/app/containers/Odipar/Pedidos/table/CrudPedido.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/front/odiparpack/app/containers/Odipar/Pedidos/table/CrudPedido.js b/front/odiparpack/app/containers/Odipar/Pedidos/table/CrudPedido.js
index c7a7a58..c2f023b 100644
--- a/front/odiparpack/app/containers/Odipar/Pedidos/table/CrudPedido.js
+++ b/front/odiparpack/app/containers/Odipar/Pedidos/table/CrudPedido.js
@@ -12,7 +12,7 @@ import {
editAction,
closeNotifAction
} from 'ba-actions/CrudTbFrmActions';
-import { CrudTableForm, Notification } from 'ba-components';
+import { CrudTableForm2, Notification } from 'ba-components';
import {
Paper,
RadioGroup,
@@ -69,7 +69,7 @@ class CrudPedido extends Component {
<div>
<Notification close={() => closeNotif(branch)} variant = "success" message={messageNotif} />
<Paper className={classes.root}>
- <CrudTableForm
+ <CrudTableForm2
dataTable={dataTable}
openForm={openForm}
dataInit={dataReal}
@@ -92,7 +92,7 @@ class CrudPedido extends Component {
{/* Create Your own form, then arrange or custom it as You like */}
<FormPedido/>
{/* No need create button or submit, because that already made in this component */}
- </CrudTableForm>
+ </CrudTableForm2>
</Paper>
</div>
);