Skip to content

Commit

Permalink
fix: Fix display of Program Drawer - MEED-2841 - Meeds-io/MIPs#100 (#…
Browse files Browse the repository at this point in the history
…1296)

Prior to this change, the program drawer labels 'Actions' wasn't
displayed anymore. This change will fix this behavior by introducing a
missing Vue Slot.
  • Loading branch information
boubaker authored and rdenarie committed Nov 9, 2023
1 parent 1a24864 commit 45cff58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{{ $t('programs.label.programSummary') }}
</span>
</template>
<template #titleIcons>
<template v-if="!$root.isAnonymous" #titleIcons>
<v-btn
:href="programLink"
icon>
Expand Down

0 comments on commit 45cff58

Please sign in to comment.