Skip to content

Commit

Permalink
fix: iconClass render
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Oct 11, 2023
1 parent f3fd109 commit 39d7d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/UploadPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
:close-after-click="true"
class="upload-picker__menu-entry"
@click="entry.handler(destination, content)">
<template #icon>
<template #icon v-if="entry.iconSvgInline">
<NcIconSvgWrapper :svg="entry.iconSvgInline" />
</template>
{{ entry.displayName }}
Expand Down

0 comments on commit 39d7d63

Please sign in to comment.