From 2af962855aa015b9ad255bef058b80fd78141012 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Mon, 10 Mar 2025 19:09:40 +0800 Subject: [PATCH] update --- .../CreateProductMaterial/CreateProductMaterial.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";