build hotfix

This commit is contained in:
Hayden 2022-04-23 14:30:58 -08:00
commit 683d4a26dc

View file

@ -20,6 +20,7 @@ function baseTagsCategories(
async function refreshItems() {
const { data } = await api.getAll();
// @ts-ignore hotfix
reference.value = data;
}