mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
camelCase builtin labels
This commit is contained in:
@@ -33,7 +33,7 @@ async function exportNoteInner(branchId, directory, pack) {
|
||||
|
||||
const metadata = await getMetadata(note);
|
||||
|
||||
if (metadata.labels.find(label => label.name === 'exclude_from_export')) {
|
||||
if (metadata.labels.find(label => label.name === 'excludeFromExport')) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user