mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
✨ Skip invalid graphics on migration post binfile import
This commit is contained in:
parent
36129bd227
commit
7ebf8dd702
1 changed files with 3 additions and 1 deletions
|
@ -479,7 +479,9 @@
|
|||
(doseq [[feature file-id] (-> *state* deref :pending-to-migrate)]
|
||||
(case feature
|
||||
"components/v2"
|
||||
(feat.compv2/migrate-file! cfg file-id :validate? (::validate cfg true))
|
||||
(feat.compv2/migrate-file! cfg file-id
|
||||
:validate? (::validate cfg true)
|
||||
:skip-on-graphic-error? true)
|
||||
|
||||
"fdata/shape-data-type"
|
||||
nil
|
||||
|
|
Loading…
Add table
Reference in a new issue