mirror of
https://github.com/penpot/penpot.git
synced 2025-05-26 01:56:10 +02: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)]
|
(doseq [[feature file-id] (-> *state* deref :pending-to-migrate)]
|
||||||
(case feature
|
(case feature
|
||||||
"components/v2"
|
"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"
|
"fdata/shape-data-type"
|
||||||
nil
|
nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue