Skip to content

Commit

Permalink
Remove aria-label from <div>
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Jan 17, 2024
1 parent b7d6ad4 commit 43b7723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/FilePicker/FilePreview.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<div :style="canLoadPreview ? { backgroundImage: `url(${previewURL})`} : undefined"
:aria-label="t('MIME type {mime}', { mime: node.mime || t('unknown') })"
:class="fileListIconStyles['file-picker__file-icon']">
<template v-if="!canLoadPreview">
<IconFile v-if="isFile" :size="20" />
Expand Down

0 comments on commit 43b7723

Please sign in to comment.