mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 13:27:02 +00:00
🐛 Fix import dialog React duplicate key warning
This commit is contained in:
@@ -384,7 +384,7 @@
|
||||
(let [editing? (and (some? (:file-id file))
|
||||
(= (:file-id file) (:editing @state)))]
|
||||
[:& import-entry {:state state
|
||||
:key (dm/str (:id file))
|
||||
:key (dm/str (:uri file))
|
||||
:file file
|
||||
:editing? editing?
|
||||
:can-be-deleted? (> (count files) 1)}]))
|
||||
|
||||
Reference in New Issue
Block a user