Przeglądaj źródła

[Project] Update Draft

main
cyril.tsui 2 tygodni temu
rodzic
commit
fd35b5d19c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/app/utils/draftUtils.ts

+ 1
- 1
src/app/utils/draftUtils.ts Wyświetl plik

@@ -21,7 +21,7 @@ const getStorage = (): {
}
};

export const loadDrafts = (): [id: string, CreateProjectInputs][] => {
export const loadDrafts = (): [id: string, inputs: CreateProjectInputs][] => {
return Object.entries(getStorage());
};



Ładowanie…
Anuluj
Zapisz