Skip to content

Commit

Permalink
OHRM5X-1988: Fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Chamara Abesinghe committed Jan 27, 2023
1 parent 45aa68c commit 4679a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Topbar/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default defineComponent({

const setMenuItem = ($el: ComponentPublicInstance | null) => {
if ($el) menuItemsRefs.value.push($el);
return undefined;
};

const menuClasses = computed(() => {
Expand Down

0 comments on commit 4679a98

Please sign in to comment.