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