0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

Remove react warning on image upload form.

This commit is contained in:
Andrey Antukh 2016-05-24 21:40:33 +03:00
parent 931042018e
commit 1beac78e02
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -222,6 +222,7 @@
{:style {:display "none"}
:multiple true
:ref "file-input"
:value ""
:type "file"
:on-change on-file-selected}]])