このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
derek
/
FPSMS-frontend
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
update
feature/axios_provider
MSI\derek
5ヶ月前
親
31a24b09e4
コミット
2af962855a
1個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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 = "Pro
je
ct";
redirPath = "/pro
je
ct";
title = "Pro
du
ct";
redirPath = "/pro
du
ct";
}
if (isEditMode) {
mode = "Edit";
書き込み
プレビュー
読み込み中…
キャンセル
保存