Skip to content

Commit

Permalink
Merge pull request #928 from nextcloud-libraries/fix/stable4-button
Browse files Browse the repository at this point in the history
fix(FilePicker): Fix properties of the `new` button in the breadcrumbs
  • Loading branch information
susnux committed Aug 23, 2023
2 parents d1d9bb3 + c504e8a commit fa5fb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/FilePicker/FilePickerBreadcrumbs.vue
Expand Up @@ -17,8 +17,8 @@
<template v-if="showMenu" #actions>
<NcActions :aria-label="t('Create directory')"
:force-menu="true"
:force-name="true"
:menu-name="t('New')"
:force-title="true"
:menu-title="t('New')"
type="secondary"
@close="newNodeName = ''">
<template #icon>
Expand Down

0 comments on commit fa5fb1f

Please sign in to comment.