From 683d4a26dcbba07211995615e04b26d15fc5bacd Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sat, 23 Apr 2022 14:30:58 -0800 Subject: [PATCH] build hotfix --- frontend/composables/recipes/use-tags-categories.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/composables/recipes/use-tags-categories.ts b/frontend/composables/recipes/use-tags-categories.ts index f8b35d183f30..f022f8b6ba42 100644 --- a/frontend/composables/recipes/use-tags-categories.ts +++ b/frontend/composables/recipes/use-tags-categories.ts @@ -20,6 +20,7 @@ function baseTagsCategories( async function refreshItems() { const { data } = await api.getAll(); + // @ts-ignore hotfix reference.value = data; }