mirror of
https://github.com/penpot/penpot.git
synced 2025-04-11 06:21:30 -05:00
🐛 Fix selected team not saved (#6104)
This commit is contained in:
parent
6067e438a3
commit
357fba5d2b
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue