mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 14:18:07 +00:00
🐛 Fix regresion on features calculate method on workspace load
This commit is contained in:
parent
45cdfff128
commit
ea6f0abf7c
@ -31,7 +31,7 @@
|
||||
(let [team (dm/get-in state [:teams team-id])]
|
||||
(-> global-enabled-features
|
||||
(set/union (get state :features-runtime #{}))
|
||||
(set/difference cfeat/no-migration-features)
|
||||
(set/intersection cfeat/no-migration-features)
|
||||
(set/union (get team :features)))))
|
||||
|
||||
(defn active-feature?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user