Revize bb690a9a
Přidáno uživatelem Fantič před téměř 2 roky(ů)
src/stores/actions/itemThunks.ts | ||
---|---|---|
111 | 111 |
for(let i = 0; i < response.data.length; i++){ |
112 | 112 |
let note = response.data[i]; |
113 | 113 |
notes.push({ |
114 |
uuid: (note as any).uuid, |
|
114 | 115 |
username: (note as any).created_by, |
115 | 116 |
userId: (note as any).created_by_id, |
116 | 117 |
note: (note as any).note, |
Také k dispozici: Unified diff
re #10569: NotesView: Get Notes