mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
rename loadresults methods/properties for clarity that they don't contain entities, only rows
This commit is contained in:
@@ -312,7 +312,7 @@ export default class NoteDetailWidget extends NoteContextAwareWidget {
|
||||
this.triggerEvent('noteTypeMimeChanged', {noteId: this.noteId});
|
||||
}
|
||||
else {
|
||||
const attrs = loadResults.getAttributes();
|
||||
const attrs = loadResults.getAttributeRows();
|
||||
|
||||
const label = attrs.find(attr =>
|
||||
attr.type === 'label'
|
||||
|
||||
Reference in New Issue
Block a user