load thumbnail

This commit is contained in:
Mary Hipp 2023-07-10 09:45:14 -04:00 committed by psychedelicious
parent 18e2b130fc
commit f46f8058be

View File

@ -123,6 +123,7 @@ const GalleryImage = (props: HoverableImageProps) => {
// withResetIcon // removed bc it's too easy to accidentally delete images
isDropDisabled={true}
isUploadDisabled={true}
thumbnail={true}
/>
</Box>
)}