Remove unused variable

This commit is contained in:
Johannes Zellner
2025-07-10 14:38:07 +02:00
parent cf5059b006
commit 6a689e2ae4

View File

@@ -85,7 +85,6 @@ const availableActions = [
const refreshBusy = ref(false);
const apps = ref([]);
const eventlogs = ref([]);
const activeId = ref(null);
const search = useDebouncedRef('');
const page = ref(1);
const perPage = ref(40);