mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
rename note types to camelCase
This commit is contained in:
@@ -344,7 +344,7 @@ async function importZip(taskContext, fileBuffer, importRootNote) {
|
||||
}
|
||||
}
|
||||
|
||||
if (type === 'relation-map' && noteMeta) {
|
||||
if (type === 'relationMap' && noteMeta) {
|
||||
const relationMapLinks = (noteMeta.attributes || [])
|
||||
.filter(attr => attr.type === 'relation' && attr.name === 'relationMapLink');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user