diff --git a/dashboard/src/views/EventlogView.vue b/dashboard/src/views/EventlogView.vue index 9b744d733..ef38115f6 100644 --- a/dashboard/src/views/EventlogView.vue +++ b/dashboard/src/views/EventlogView.vue @@ -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);