mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -05: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 {}
|
||||
(for [{:keys [id name starting-frame]} (vals flows)]
|
||||
[:> "penpot:flow" #js {:id id
|
||||
:key id
|
||||
:name name
|
||||
:starting-frame starting-frame}])])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue