mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
fix
This commit is contained in:
@@ -1194,7 +1194,7 @@ class BNote extends AbstractBeccaEntity {
|
||||
addAttribute(type, name, value = "", isInheritable = false, position = 1000) {
|
||||
const BAttribute = require("./battribute");
|
||||
|
||||
return new Attribute({
|
||||
return new BAttribute({
|
||||
noteId: this.noteId,
|
||||
type: type,
|
||||
name: name,
|
||||
|
||||
Reference in New Issue
Block a user