mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
chore(client/ts): port note_icon
This commit is contained in:
@@ -515,10 +515,10 @@ class FNote {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param [name] - label name to filter
|
||||
* @param name - label name to filter
|
||||
* @returns all note's labels (attributes with type label), including inherited ones
|
||||
*/
|
||||
getOwnedLabels(name: string) {
|
||||
getOwnedLabels(name?: string) {
|
||||
return this.getOwnedAttributes(LABEL, name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user