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
[Project] Update Draft
main
cyril.tsui
2 weeks ago
parent
f1004e6a9a
commit
fd35b5d19c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/app/utils/draftUtils.ts
+ 1
- 1
src/app/utils/draftUtils.ts
View File
@@ -21,7 +21,7 @@ const getStorage = (): {
}
};
export const loadDrafts = (): [id: string, CreateProjectInputs][] => {
export const loadDrafts = (): [id: string,
inputs:
CreateProjectInputs][] => {
return Object.entries(getStorage());
};
Write
Preview
Loading…
Cancel
Save