diff --git a/src/components/AppNavbar.vue b/src/components/AppNavbar.vue index 2cc6ae0..1ca31ee 100644 --- a/src/components/AppNavbar.vue +++ b/src/components/AppNavbar.vue @@ -203,10 +203,6 @@ watch( { deep: true }, ); -watch(filterName, (newVal) => { - filterName.value = newVal; -}); - /** * Handles navigation when a navbar tab is clicked. * @param {Event} event - The click event from the nav item.