Skip to content

Commit

Permalink
Merge pull request #1269 from nextcloud-libraries/fix/menu-entries-other
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jul 5, 2024
2 parents 241f92c + a873127 commit 0a84979
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 @@ -74,7 +74,7 @@
<!-- other file entries -->
<template v-if="menuEntriesOther.length > 0">
<NcActionSeparator />
<NcActionButton v-for="entry in menuEntriesNew"
<NcActionButton v-for="entry in menuEntriesOther"
:key="entry.id"
:icon="entry.iconClass"
:close-after-click="true"
Expand Down

0 comments on commit 0a84979

Please sign in to comment.