Fix: Resolve image upload and form integration issues

This commit is contained in:
gpt-engineer-app[bot]
2025-10-01 19:02:21 +00:00
parent 37b70111c6
commit 83260e7f73
6 changed files with 57 additions and 199 deletions

View File

@@ -202,7 +202,7 @@ export function EntityMultiImageUploader({
onUploadComplete={handleUploadComplete}
maxFiles={maxImages - value.uploaded.length}
variant="compact"
allowedFileTypes={['image/jpeg', 'image/jpg', 'image/png', 'image/webp']}
allowedFileTypes={['image/*']}
/>
</div>
</Card>