0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -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"} {:style {:display "none"}
:multiple true :multiple true
:ref "file-input" :ref "file-input"
:value ""
:type "file" :type "file"
:on-change on-file-selected}]]) :on-change on-file-selected}]])