This commit is contained in:
zadam 2023-01-08 12:46:26 +01:00
parent 8a641e1b4f
commit 2242397280

View file

@ -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,