mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-18 04:56:30 +00:00
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 { data, error } = await api.items.getAll({
|
||||
q: query.value,
|
||||
q: query.value || "",
|
||||
locations,
|
||||
labels,
|
||||
includeArchived: includeArchived.value,
|
||||
|
|
Loading…
Reference in a new issue