This website works better with JavaScript.
Home
Explore
Help
Sign In
derek
/
FPSMS-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
feature/axios_provider
MSI\derek
5 months ago
parent
31a24b09e4
commit
2af962855a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/components/CreateProductMaterial/CreateProductMaterial.tsx
+ 2
- 2
src/components/CreateProductMaterial/CreateProductMaterial.tsx
View File
@@ -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";
Write
Preview
Loading…
Cancel
Save