mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-25 14:59:21 +01:00
hotfix: search default
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
const labels = selectedLabels.value.map(l => l.id);
|
||||
|
||||
const { data, error } = await api.items.getAll({
|
||||
q: query.value,
|
||||
q: query.value || "",
|
||||
locations,
|
||||
labels,
|
||||
includeArchived: includeArchived.value,
|
||||
|
||||
Reference in New Issue
Block a user