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
master
cyril.tsui
1 month ago
parent
202d17e89d
commit
87576ebf1b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/JoSave/JoSave.tsx
+ 1
- 1
src/components/JoSave/JoSave.tsx
View File
@@ -13,7 +13,7 @@ import InfoCard from "./InfoCard";
import PickTable from "./PickTable";
type Props = {
id: number;
id
?
: number;
defaultValues: Partial<JoDetail> | undefined;
}
Write
Preview
Loading…
Cancel
Save