mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
improve types
This commit is contained in:
@@ -88,7 +88,7 @@ export function useLeftMenu() {
|
||||
);
|
||||
};
|
||||
|
||||
const menu = computed(() => {
|
||||
const menu = computed<MenuItem[]>(() => {
|
||||
const generatedMenu = [
|
||||
{
|
||||
title: t("dashboards.labels.plural"),
|
||||
|
||||
Reference in New Issue
Block a user