mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-09-08 21:36:01 +00:00
feat(anotações): permite anexos em notas
This commit is contained in:
@@ -9,6 +9,7 @@ const mapDashboardNoteToNote = (note: DashboardNote): Note => ({
|
||||
tasks: note.tasks,
|
||||
archived: note.archived,
|
||||
createdAt: note.createdAt,
|
||||
attachments: [],
|
||||
});
|
||||
|
||||
export const mapDashboardNotesToNotes = (notes: DashboardNote[]) =>
|
||||
|
||||
Reference in New Issue
Block a user