Ver a proveniência

update

feature/axios_provider
MSI\derek há 5 meses
ascendente
cometimento
2af962855a
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/components/CreateProductMaterial/CreateProductMaterial.tsx

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

@@ -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";


Carregando…
Cancelar
Guardar