We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72efc84 commit fc5876aCopy full SHA for fc5876a
packages/ui/src/elements/Thumbnail/index.tsx
@@ -31,6 +31,7 @@ export const Thumbnail: React.FC<ThumbnailProps> = (props) => {
31
setFileExists(false)
32
return
33
}
34
+ setFileExists(undefined)
35
36
const img = new Image()
37
img.src = fileSrc
@@ -81,6 +82,7 @@ export function ThumbnailComponent(props: ThumbnailComponentProps) {
81
82
83
84
85
86
87
88
0 commit comments