Explorar el Código

update

feature/axios_provider
MSI\derek hace 5 meses
padre
commit
2af962855a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/components/CreateProductMaterial/CreateProductMaterial.tsx

+ 2
- 2
src/components/CreateProductMaterial/CreateProductMaterial.tsx Ver fichero

@@ -50,8 +50,8 @@ const CreateProductMaterial: React.FC<Props> = ({
redirPath = "/material";
}
if (type === TypeEnum.PRODUCT) {
title = "Project";
redirPath = "/project";
title = "Product";
redirPath = "/product";
}
if (isEditMode) {
mode = "Edit";


Cargando…
Cancelar
Guardar