Skip to content

Commit

Permalink
Update apps/files/src/components/FileListFilters.vue
Browse files Browse the repository at this point in the history
Co-authored-by: John Molakvoæ <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux and skjnldsv authored Jul 30, 2024
1 parent 5f42452 commit 712aa59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/files/src/components/FileListFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
:text="chip.text"
@close="chip.onclick">
<template v-if="chip.user" #icon>
<NcAvatar :size="24" disable-menu :show-user-status="false" :user="chip.user" />
<NcAvatar :size="24"
:disable-menu="true"
:show-user-status="false"
:user="chip.user" />
</template>
</NcChip>
</li>
Expand Down

0 comments on commit 712aa59

Please sign in to comment.