Remove unused variable
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user