You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(upload): ensure only image files are read for preview (#9562)
### What?
Ensure only image files are read for preview.
### Why?
Upon uploading larger files, it crashes the browser as it's reading the
whole file for preview.
Fixes#9559
Co-authored-by: Kapil Barad <>
0 commit comments