diff --git a/src/components/CreateProductMaterial/CreateProductMaterial.tsx b/src/components/CreateProductMaterial/CreateProductMaterial.tsx index 0c14584..30e022d 100644 --- a/src/components/CreateProductMaterial/CreateProductMaterial.tsx +++ b/src/components/CreateProductMaterial/CreateProductMaterial.tsx @@ -50,8 +50,8 @@ const CreateProductMaterial: React.FC = ({ redirPath = "/material"; } if (type === TypeEnum.PRODUCT) { - title = "Project"; - redirPath = "/project"; + title = "Product"; + redirPath = "/product"; } if (isEditMode) { mode = "Edit";