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:
		| @@ -38,7 +38,7 @@ async function getTree() { | ||||
|       FROM | ||||
|         notes | ||||
|         LEFT JOIN labels AS hideInAutocomplete ON hideInAutocomplete.noteId = notes.noteId | ||||
|                              AND hideInAutocomplete.name = 'hide_in_autocomplete' | ||||
|                              AND hideInAutocomplete.name = 'hideInAutocomplete' | ||||
|                              AND hideInAutocomplete.isDeleted = 0 | ||||
|       WHERE  | ||||
|         notes.isDeleted = 0`)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user