diff --git a/src/app/utils/draftUtils.ts b/src/app/utils/draftUtils.ts index 3715e1b..f0f7050 100644 --- a/src/app/utils/draftUtils.ts +++ b/src/app/utils/draftUtils.ts @@ -21,7 +21,7 @@ const getStorage = (): { } }; -export const loadDrafts = (): [id: string, CreateProjectInputs][] => { +export const loadDrafts = (): [id: string, inputs: CreateProjectInputs][] => { return Object.entries(getStorage()); };