forked from mirrors/homebox
hotfix: search default
This commit is contained in:
parent
b7aacb3cde
commit
fbcbde836a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
const labels = selectedLabels.value.map(l => l.id);
|
const labels = selectedLabels.value.map(l => l.id);
|
||||||
|
|
||||||
const { data, error } = await api.items.getAll({
|
const { data, error } = await api.items.getAll({
|
||||||
q: query.value,
|
q: query.value || "",
|
||||||
locations,
|
locations,
|
||||||
labels,
|
labels,
|
||||||
includeArchived: includeArchived.value,
|
includeArchived: includeArchived.value,
|
||||||
|
|
Loading…
Reference in a new issue