mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix file selection drawer failing when some files fail loading (#22530)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
This commit is contained in:
5
.changeset/brave-students-tap.md
Normal file
5
.changeset/brave-students-tap.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed the cards layout if used with files that fail loading
|
||||
5
.changeset/nice-pans-applaud.md
Normal file
5
.changeset/nice-pans-applaud.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@directus/app": patch
|
||||
---
|
||||
|
||||
Fixed an issue where the file selection drawer could not be opened when some files fail loading
|
||||
@@ -106,7 +106,7 @@ function handleClick() {
|
||||
<div class="selection-fade"></div>
|
||||
<v-skeleton-loader v-if="loading" />
|
||||
<template v-else>
|
||||
<v-icon-file v-if="type || imgError" :ext="type" />
|
||||
<v-icon-file v-if="type || imgError" :ext="type ?? ''" />
|
||||
<template v-else>
|
||||
<v-image
|
||||
v-if="showThumbnail"
|
||||
|
||||
Reference in New Issue
Block a user