mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 13:49:06 +00:00
🐛 Fix selected team not saved (#6104)
This commit is contained in:
parent
6067e438a3
commit
357fba5d2b
@ -102,7 +102,11 @@
|
||||
features (get team :features)]
|
||||
(rx/of #(assoc % :permissions permissions)
|
||||
(features/initialize (or features #{}))
|
||||
(fetch-members team-id))))))))
|
||||
(fetch-members team-id))))))
|
||||
|
||||
ptk/EffectEvent
|
||||
(effect [_ _ _]
|
||||
(swap! storage/global assoc ::current-team-id team-id))))
|
||||
|
||||
(defn initialize-team
|
||||
[team-id]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user