mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
fixed iconClass and cssClass
This commit is contained in:
@@ -23,7 +23,7 @@ class WhatLinksHereWidget extends StandardWidget {
|
||||
}
|
||||
|
||||
async refreshWithNote() {
|
||||
const targetRelations = await this.tabContext.note.getTargetRelations();
|
||||
const targetRelations = this.tabContext.note.getTargetRelations();
|
||||
|
||||
if (targetRelations.length === 0) {
|
||||
this.$body.text("Nothing links here yet ...");
|
||||
|
||||
Reference in New Issue
Block a user