mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 14:36:11 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
633a7eac4e
2 changed files with 25 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
Add a link
Reference in a new issue