fix: Fixed issue where Conflicts view is shown but the list is empty
This commit is contained in:
@@ -1420,6 +1420,6 @@ export class ItemManager
|
||||
}
|
||||
|
||||
public numberOfNotesWithConflicts(): number {
|
||||
return this.collection.numberOfItemsWithConflicts()
|
||||
return this.findItems(this.collection.uuidsOfItemsWithConflicts()).filter(Models.isNote).length
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user