瀏覽代碼

update

feature/axios_provider
MSI\derek 5 月之前
父節點
當前提交
2af962855a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/components/CreateProductMaterial/CreateProductMaterial.tsx

+ 2
- 2
src/components/CreateProductMaterial/CreateProductMaterial.tsx 查看文件

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


Loading…
取消
儲存