Skip to content

Commit

Permalink
fix: Use other menu entries instead of new ones twice
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jul 5, 2024
1 parent 241f92c commit a873127
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 a873127

Please sign in to comment.