mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
rename froca entities to have F-prefix, #3476
This commit is contained in:
@@ -65,7 +65,7 @@ export default class LoadResults {
|
||||
this.attributes.push({attributeId, componentId});
|
||||
}
|
||||
|
||||
/** @returns {Attribute[]} */
|
||||
/** @returns {FAttribute[]} */
|
||||
getAttributes(componentId = 'none') {
|
||||
return this.attributes
|
||||
.filter(row => row.componentId !== componentId)
|
||||
|
||||
Reference in New Issue
Block a user