Merge pull request #1198 from dsod/fix/resize-images-naming-and-mimetype

use the converted image mimeType for filename and admin interface
This commit is contained in:
James Mikrut
2022-10-06 13:17:22 -04:00
committed by GitHub
5 changed files with 20 additions and 7 deletions

View File

@@ -102,7 +102,7 @@ const FileDetails: React.FC<Props> = (props) => {
</div>
<Meta
{...val}
mimeType={mimeType}
mimeType={val.mimeType}
staticURL={staticURL}
/>
</li>