Przeglądaj źródła

update

feature/axios_provider
MSI\derek 5 miesięcy temu
rodzic
commit
2af962855a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/components/CreateProductMaterial/CreateProductMaterial.tsx

+ 2
- 2
src/components/CreateProductMaterial/CreateProductMaterial.tsx Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz