Skip to content

Commit

Permalink
fix: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 committed Mar 31, 2024
1 parent 93709ed commit 233f1c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/views/dashboard/DashboardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ import ProjectCard from "@/components/projects/ProjectCard.vue";
import {useAuthStore} from '@/store/authentication.store.ts';
import {storeToRefs} from 'pinia';
import { computed } from 'vue';
import { Course } from '@/types/Course';
/* Composable injections */
const {t} = useI18n();
/* Component state */
const allProjects = ref<Project[]>([]);
const allCourses = ref<Course[]>([]);
const academicYears = ref<{ label: string; value: number }[]>();
const selectedCoursesYear = ref<number>();
const selectedProjectsYear = ref<number>();
Expand Down

0 comments on commit 233f1c0

Please sign in to comment.