Cambio traducción en nav de product
This commit is contained in:
parent
c5f3ea74d4
commit
dce24eb54b
|
|
@ -2,7 +2,8 @@ const locale = {
|
|||
APPLICATIONS: 'Applications',
|
||||
EXAMPLE: 'Example',
|
||||
DASHBOARD: 'Tablero',
|
||||
INVOICE: 'Factura'
|
||||
INVOICE: 'Factura',
|
||||
PRODUCT: 'Producto'
|
||||
};
|
||||
|
||||
export default locale;
|
||||
|
|
|
|||
|
|
@ -51,10 +51,6 @@ const FormularioProductoRender = () => {
|
|||
multiple
|
||||
freeSolo
|
||||
options={[]}
|
||||
/* value={value }
|
||||
onChange={(event, newValue) => {
|
||||
onChange(newValue);
|
||||
}} */
|
||||
renderInput={(params) => (
|
||||
<TextField
|
||||
{...params}
|
||||
|
|
|
|||
Loading…
Reference in New Issue