Skip to content

Commit e9d83d2

Browse files
nfebeAndyScherzinger
authored andcommitted
fix(SharingEntryLink): Show enforced password input label
While upgrading icons in b3ec461 enforced password label icon was not correctly wrapped. Resolves : #45941 Signed-off-by: fenn-cs <[email protected]> [skip ci]
1 parent 406353a commit e9d83d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/files_sharing/src/components/SharingEntryLink.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@
7777

7878
<!-- password -->
7979
<NcActionText v-if="pendingEnforcedPassword">
80-
<LockIcon :size="20" />
80+
<template #icon>
81+
<LockIcon :size="20" />
82+
</template>
8183
{{ t('files_sharing', 'Password protection (enforced)') }}
8284
</NcActionText>
8385
<NcActionCheckbox v-else-if="pendingPassword"

0 commit comments

Comments
 (0)