improve types

This commit is contained in:
MilosPaunovic
2025-12-17 13:17:30 +01:00
parent f6f698b815
commit 52b9175cc9

View File

@@ -88,7 +88,7 @@ export function useLeftMenu() {
);
};
const menu = computed(() => {
const menu = computed<MenuItem[]>(() => {
const generatedMenu = [
{
title: t("dashboards.labels.plural"),