ソースを参照

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


読み込み中…
キャンセル
保存