diff --git a/frontend/src/pages/Recipes/TagPage.vue b/frontend/src/pages/Recipes/TagPage.vue index e49fdb332..a6a0a991b 100644 --- a/frontend/src/pages/Recipes/TagPage.vue +++ b/frontend/src/pages/Recipes/TagPage.vue @@ -33,7 +33,7 @@ export default { }, }, watch: { - async currentCategory() { + async currentTag() { this.getRecipes(); }, },