mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-12 16:50:05 -06:00
fixes for promoted attribute multiplicity
This commit is contained in:
@@ -400,7 +400,7 @@ class Note extends Entity {
|
||||
|
||||
const definition = definitionAttr.value;
|
||||
|
||||
if (definition.multiplicityType === 'multivalue') {
|
||||
if (definition.multiplicityType === 'multi') {
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user