This website works better with JavaScript.
Home
Explore
Help
Sign In
wayne.lee
/
tsms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
remove log
tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui
1 year ago
parent
8479f6fd10
commit
7c2fe40b69
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/components/CreateProject/CreateProject.tsx
+ 0
- 2
src/components/CreateProject/CreateProject.tsx
View File
@@ -114,8 +114,6 @@ const CreateProject: React.FC<Props> = ({
const { t } = useTranslation();
const router = useRouter();
console.log(defaultInputs)
const handleCancel = () => {
router.replace("/projects");
};
Write
Preview
Loading…
Cancel
Save