mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix
This commit is contained in:
parent
8a641e1b4f
commit
2242397280
@ -1194,7 +1194,7 @@ class BNote extends AbstractBeccaEntity {
|
|||||||
addAttribute(type, name, value = "", isInheritable = false, position = 1000) {
|
addAttribute(type, name, value = "", isInheritable = false, position = 1000) {
|
||||||
const BAttribute = require("./battribute");
|
const BAttribute = require("./battribute");
|
||||||
|
|
||||||
return new Attribute({
|
return new BAttribute({
|
||||||
noteId: this.noteId,
|
noteId: this.noteId,
|
||||||
type: type,
|
type: type,
|
||||||
name: name,
|
name: name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user