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
[Wayne] For building project, logic needs to be checked
1. Update CreateProjectProps: add to ?
tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi
1 year ago
parent
12100698ab
commit
46300064ab
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/CreateProject/CreateProjectWrapper.tsx
+ 2
- 2
src/components/CreateProject/CreateProjectWrapper.tsx
View File
@@ -16,8 +16,8 @@ import { fetchGrades } from "@/app/api/grades";
type CreateProjectProps = { isEditMode: false };
interface EditProjectProps {
isEditMode: true;
projectId: string;
isEditMode
?
: true;
projectId
?
: string;
}
type Props = CreateProjectProps | EditProjectProps;
Write
Preview
Loading…
Cancel
Save