Browse Source

[Project] Update Draft

main
cyril.tsui 2 weeks ago
parent
commit
fd35b5d19c
1 changed files with 1 additions and 1 deletions
  1. +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()); return Object.entries(getStorage());
}; };




Loading…
Cancel
Save