Explorar el Código

[Project] Update Draft

main
cyril.tsui hace 2 semanas
padre
commit
fd35b5d19c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/app/utils/draftUtils.ts

+ 1
- 1
src/app/utils/draftUtils.ts Ver fichero

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

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



Cargando…
Cancelar
Guardar