build hotfix

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

View File

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