mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 21:51:39 +02:00
🐛 Add missing :key prop on legacy-zip format exportation component
This commit is contained in:
parent
e0669ebbf8
commit
4fb5d3fb20
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@
|
||||||
[:> "penpot:flows" #js {}
|
[:> "penpot:flows" #js {}
|
||||||
(for [{:keys [id name starting-frame]} (vals flows)]
|
(for [{:keys [id name starting-frame]} (vals flows)]
|
||||||
[:> "penpot:flow" #js {:id id
|
[:> "penpot:flow" #js {:id id
|
||||||
|
:key id
|
||||||
:name name
|
:name name
|
||||||
:starting-frame starting-frame}])])
|
:starting-frame starting-frame}])])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue