Cambio traducción en nav de product

This commit is contained in:
EliAlarcon 2024-02-08 15:40:22 -05:00
parent c5f3ea74d4
commit dce24eb54b
2 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,8 @@ const locale = {
APPLICATIONS: 'Applications',
EXAMPLE: 'Example',
DASHBOARD: 'Tablero',
INVOICE: 'Factura'
INVOICE: 'Factura',
PRODUCT: 'Producto'
};
export default locale;

View File

@ -51,10 +51,6 @@ const FormularioProductoRender = () => {
multiple
freeSolo
options={[]}
/* value={value }
onChange={(event, newValue) => {
onChange(newValue);
}} */
renderInput={(params) => (
<TextField
{...params}