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();