diff --git a/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue b/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue index b2be81941..44163c7b3 100644 --- a/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue +++ b/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue @@ -36,7 +36,7 @@ let dashboardHasNewVersion = ref(false); let dashboardCurrentVersion = ref(''); let version = ref(''); let releases = ref([]); -let devCommits = ref([]); +let devCommits = ref<{ sha: string; date: string; message: string }[]>([]); let updatingDashboardLoading = ref(false); let installLoading = ref(false);