From c3866a148eb7390ebb5059a62255b934e62b0e3d Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Tue, 19 Jul 2022 18:54:20 -0600 Subject: [PATCH] usar componente correcto para inputs --- web-ui/web-react/src/components/Inquilinos.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/web-ui/web-react/src/components/Inquilinos.js b/web-ui/web-react/src/components/Inquilinos.js index 923f9c9c..f9c88144 100644 --- a/web-ui/web-react/src/components/Inquilinos.js +++ b/web-ui/web-react/src/components/Inquilinos.js @@ -1,6 +1,5 @@ +import { InputText } from 'primereact/inputtext' import { React } from 'react' -import { DataTable } from 'primereact/datatable' -import { Column } from 'primereact/column' const Inquilinos = () => { function registrarInquilino() { @@ -36,14 +35,14 @@ const Inquilinos = () => {
- +
- +
- @@ -53,4 +52,4 @@ const Inquilinos = () => { ) } -export default React.memo(Inquilinos) \ No newline at end of file +export default React.memo(Inquilinos); \ No newline at end of file