Revize 3a226033
Přidáno uživatelem Fantič před téměř 2 roky(ů)
src/stores/actions/itemThunks.ts | ||
---|---|---|
120 | 120 |
createdTime: (note as any).created, |
121 | 121 |
updatedTime: (note as any).updated, |
122 | 122 |
noteColor: (note as any).note_color, |
123 |
reply_to: (note as any).reply_to |
|
123 | 124 |
}) |
124 | 125 |
} |
125 | 126 |
|
Také k dispozici: Unified diff
re #10569: NotesView: Create note, update note, triggerRefresh