0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 07:11:32 -05:00

🐛 Fix incorrect feature handling on importing binfile on v1

This commit is contained in:
Andrey Antukh 2024-04-09 13:28:15 +02:00
parent 036392af6e
commit c6d92a2517

View file

@ -144,7 +144,6 @@
team-features (into #{} xf-remove-ephimeral (:features team))]
(-> enabled-features
(set/intersection no-migration-features)
(set/union default-enabled-features)
(set/union team-features))))
(defn check-client-features!