mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 23:46:11 +02:00
🐛 Fix onboarding dialog is not loaded from profile settings
This commit is contained in:
parent
5cbb3f76c7
commit
15cd9432b7
6 changed files with 46 additions and 61 deletions
|
@ -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 {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue