Преглед изворни кода

[Project] Update Draft

main
cyril.tsui пре 2 недеља
родитељ
комит
fd35b5d19c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/app/utils/draftUtils.ts

+ 1
- 1
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());
};



Loading…
Откажи
Сачувај