From dce24eb54b352ee8ed6100e34ce0243c7449aa45 Mon Sep 17 00:00:00 2001 From: EliAlarcon Date: Thu, 8 Feb 2024 15:40:22 -0500 Subject: [PATCH] =?UTF-8?q?Cambio=20traducci=C3=B3n=20en=20nav=20de=20prod?= =?UTF-8?q?uct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/configs/navigation-i18n/es.ts | 3 ++- .../producto/formularioProducto/FormularioProductoRender.tsx | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/configs/navigation-i18n/es.ts b/src/app/configs/navigation-i18n/es.ts index 1fd6e9e..1a7a52b 100644 --- a/src/app/configs/navigation-i18n/es.ts +++ b/src/app/configs/navigation-i18n/es.ts @@ -2,7 +2,8 @@ const locale = { APPLICATIONS: 'Applications', EXAMPLE: 'Example', DASHBOARD: 'Tablero', - INVOICE: 'Factura' + INVOICE: 'Factura', + PRODUCT: 'Producto' }; export default locale; diff --git a/src/app/main/producto/formularioProducto/FormularioProductoRender.tsx b/src/app/main/producto/formularioProducto/FormularioProductoRender.tsx index 8daadf0..045ac80 100644 --- a/src/app/main/producto/formularioProducto/FormularioProductoRender.tsx +++ b/src/app/main/producto/formularioProducto/FormularioProductoRender.tsx @@ -51,10 +51,6 @@ const FormularioProductoRender = () => { multiple freeSolo options={[]} - /* value={value } - onChange={(event, newValue) => { - onChange(newValue); - }} */ renderInput={(params) => (