From 4679a988244f3ed3da0837b9981732d47f8a4f5c Mon Sep 17 00:00:00 2001 From: Chamara Abesinghe Date: Fri, 27 Jan 2023 13:39:13 +0530 Subject: [PATCH] OHRM5X-1988: Fix type errors --- src/components/Topbar/Navigation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Topbar/Navigation.vue b/src/components/Topbar/Navigation.vue index 7f6ad0557..84c3f7c80 100644 --- a/src/components/Topbar/Navigation.vue +++ b/src/components/Topbar/Navigation.vue @@ -87,6 +87,7 @@ export default defineComponent({ const setMenuItem = ($el: ComponentPublicInstance | null) => { if ($el) menuItemsRefs.value.push($el); + return undefined; }; const menuClasses = computed(() => {