mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
camelCase builtin labels
This commit is contained in:
@@ -16,7 +16,7 @@ async function index(req, res) {
|
||||
|
||||
async function getAppCss() {
|
||||
let css = '';
|
||||
const notes = labelService.getNotesWithLabel('app_css');
|
||||
const notes = labelService.getNotesWithLabel('appCss');
|
||||
|
||||
for (const note of await notes) {
|
||||
css += `/* ${note.noteId} */
|
||||
|
||||
Reference in New Issue
Block a user