mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
🐛 Fix can't add team to nitrate organization
This commit is contained in:
parent
c41537eb55
commit
f8e40a1ca5
@ -130,7 +130,7 @@
|
||||
(ptk/reify ::add-team-to-org
|
||||
ptk/WatchEvent
|
||||
(watch [_ _ _]
|
||||
(->> (rp/cmd! ::add-team-to-org {:team-id team-id :organization-id organization-id})
|
||||
(->> (rp/cmd! ::add-team-to-organization {:team-id team-id :organization-id organization-id})
|
||||
(rx/mapcat
|
||||
(fn [_]
|
||||
(rx/of (modal/hide))))))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user