mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
work in progress on attributes UI - unification of labels and relations now mostly works
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const build = require('./build');
|
||||
const packageJson = require('../../package');
|
||||
|
||||
const APP_DB_VERSION = 109;
|
||||
const APP_DB_VERSION = 110;
|
||||
const SYNC_VERSION = 1;
|
||||
|
||||
module.exports = {
|
||||
|
||||
@@ -40,7 +40,7 @@ async function load() {
|
||||
}
|
||||
|
||||
function findNotes(query) {
|
||||
if (!noteTitles || query.length <= 2) {
|
||||
if (!noteTitles || !query.length) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user