hotfix: search default

This commit is contained in:
Hayden 2022-11-01 21:59:57 -08:00
parent b7aacb3cde
commit fbcbde836a
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -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,