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) => (