0
Fork 0
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:
Alejandro 2025-03-19 09:46:08 +01:00 committed by GitHub
parent 6067e438a3
commit 357fba5d2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]