From 65f1260839473efdda1a67db40bdf38c8a0a91a9 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 29 Sep 2025 22:50:38 +0200 Subject: [PATCH] Also clear search and category if appstore view is activated --- dashboard/src/views/AppstoreView.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dashboard/src/views/AppstoreView.vue b/dashboard/src/views/AppstoreView.vue index 68dff7e61..7d460dad3 100644 --- a/dashboard/src/views/AppstoreView.vue +++ b/dashboard/src/views/AppstoreView.vue @@ -179,6 +179,9 @@ function setItemWidth() { } async function onActivation() { + search.value = ''; + category.value = ''; + await getInstalledApps(); await getAppList();