mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
add back utcDateModified to Attribute and Branch becca entities
This commit is contained in:
@@ -26,6 +26,8 @@ class Branch extends AbstractEntity {
|
||||
this.notePosition = row.notePosition;
|
||||
/** @param {boolean} */
|
||||
this.isExpanded = !!row.isExpanded;
|
||||
/** @param {string} */
|
||||
this.utcDateModified = row.utcDateModified;
|
||||
|
||||
if (this.branchId === 'root') {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user