mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
rename note types to camelCase
This commit is contained in:
@@ -23,7 +23,7 @@ const TPL = `
|
||||
|
||||
export default class RelationMapButtons extends NoteContextAwareWidget {
|
||||
isEnabled() {
|
||||
return super.isEnabled() && this.note?.type === 'relation-map';
|
||||
return super.isEnabled() && this.note?.type === 'relationMap';
|
||||
}
|
||||
|
||||
doRender() {
|
||||
|
||||
Reference in New Issue
Block a user