mirror of
https://github.com/penpot/penpot.git
synced 2025-04-29 06:06:20 +02:00
🐛 Fix regresion on features calculate method on workspace load
This commit is contained in:
parent
45cdfff128
commit
ea6f0abf7c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue