mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 16:11:40 +02:00
🔧 Add migration to set root shapes as valid objects
This commit is contained in:
parent
51fe27369b
commit
2c264d6460
4 changed files with 18 additions and 2 deletions
|
@ -343,7 +343,6 @@
|
|||
(->> files (filter #(= (:status %) :importing)) count)
|
||||
(:importing-templates @state))
|
||||
|
||||
|
||||
warning-files (->> files (filter #(and (= (:status %) :import-finish) (d/not-empty? (:errors %)))) count)
|
||||
success-files (->> files (filter #(and (= (:status %) :import-finish) (empty? (:errors %)))) count)
|
||||
pending-analysis? (> (->> files (filter #(= (:status %) :analyzing)) count) 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue