Ver código fonte

update

feature/axios_provider
MSI\derek 5 meses atrás
pai
commit
2af962855a
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/components/CreateProductMaterial/CreateProductMaterial.tsx

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

@@ -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
Salvar