Actually assign user object to note
This commit is contained in:
parent
d9ccf4310f
commit
1036ac4e8b
|
@ -115,6 +115,7 @@ export default hasConfig ? {
|
|||
id: note.userId
|
||||
}
|
||||
});
|
||||
note.user = user;
|
||||
}
|
||||
|
||||
let attachmentType = "";
|
||||
|
|
Loading…
Reference in New Issue