mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 21:17:15 +02:00
🐛 Fix incorrect feature handling
This commit is contained in:
parent
352c13881a
commit
b3456d0f7f
2 changed files with 7 additions and 11 deletions
|
@ -35,7 +35,6 @@
|
|||
(-> global-enabled-features
|
||||
(set/union (:features/runtime state #{}))
|
||||
(set/intersection cfeat/no-migration-features)
|
||||
(set/union cfeat/default-enabled-features)
|
||||
(set/union (:features/team state #{}))))
|
||||
|
||||
(def features-ref
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue