mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 13:09:22 +00:00
🐛 Remove stray println from onboarding team_choice success handler (#9366)
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
parent
08b30f76f3
commit
ee714adf5c
@ -82,10 +82,9 @@
|
|||||||
(fn [response]
|
(fn [response]
|
||||||
(let [team-id (:id response)]
|
(let [team-id (:id response)]
|
||||||
(st/emit! (du/update-profile-props {:onboarding-team-id team-id
|
(st/emit! (du/update-profile-props {:onboarding-team-id team-id
|
||||||
:onboarding-viewed true})
|
:onboarding-viewed true}))
|
||||||
(println go-to-team)
|
(when go-to-team
|
||||||
(when go-to-team
|
(st/emit! (dcm/go-to-dashboard-recent :team-id team-id))))))
|
||||||
(dcm/go-to-dashboard-recent :team-id team-id))))))
|
|
||||||
|
|
||||||
on-error
|
on-error
|
||||||
(mf/use-fn
|
(mf/use-fn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user