🐛 Fix onboarding dialog is not loaded from profile settings

This commit is contained in:
Andrey Antukh 2024-02-15 15:38:27 +01:00
parent 5cbb3f76c7
commit 15cd9432b7
6 changed files with 46 additions and 61 deletions

View file

@ -206,8 +206,11 @@
:default ""
:name :team-size}]]]))
(mf/defc questions
[{:keys []}]
;; NOTE: we don't register it on registry modal because we reference
;; this modal directly on the ui namespace.
(mf/defc questions-modal
[]
(let [container (mf/use-ref)
step (mf/use-state 1)
clean-data (mf/use-state {})