mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
Remove react warning on image upload form.
This commit is contained in:
parent
931042018e
commit
1beac78e02
1 changed files with 1 additions and 0 deletions
|
@ -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}]])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue