Clear state of appstore view

This commit is contained in:
Johannes Zellner
2025-01-06 21:03:29 +01:00
parent 24550236be
commit 801c0ac47c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const appstoreModel = AppstoreModel.create(API_ORIGIN, localStorage.token);
const ready = ref(false);
const apps = ref([]);
const search = ref('vpn');
const search = ref('');
const filteredApps = computed(() => {
if (!search.value) return apps.value;