feat(skincare): allow HEIC/HEIF uploads in skin analysis
This commit is contained in:
parent
f1acfa21fc
commit
d3bd2ff30d
2 changed files with 8 additions and 2 deletions
|
|
@ -192,7 +192,7 @@
|
|||
</p>
|
||||
<input
|
||||
type="file"
|
||||
accept="image/jpeg,image/png,image/webp"
|
||||
accept="image/heic,image/heif,image/jpeg,image/png,image/webp"
|
||||
multiple
|
||||
onchange={handleFileSelect}
|
||||
class="block w-full text-sm text-muted-foreground
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue