mirror of
https://github.com/penpot/penpot.git
synced 2026-05-14 20:43:55 +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]
|
||||
(let [team-id (:id response)]
|
||||
(st/emit! (du/update-profile-props {:onboarding-team-id team-id
|
||||
:onboarding-viewed true})
|
||||
(println go-to-team)
|
||||
(when go-to-team
|
||||
(dcm/go-to-dashboard-recent :team-id team-id))))))
|
||||
:onboarding-viewed true}))
|
||||
(when go-to-team
|
||||
(st/emit! (dcm/go-to-dashboard-recent :team-id team-id))))))
|
||||
|
||||
on-error
|
||||
(mf/use-fn
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user