mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 16:39:49 -05:00
🐛 Fix onboarding step1 values
This commit is contained in:
parent
1a7cdfbf56
commit
535246f1c6
1 changed files with 3 additions and 3 deletions
|
@ -82,9 +82,9 @@
|
||||||
[{:keys [on-next form]}]
|
[{:keys [on-next form]}]
|
||||||
(let [use-options
|
(let [use-options
|
||||||
(mf/with-memo []
|
(mf/with-memo []
|
||||||
(shuffle [{:label (tr "questions.use-work") :value "use-work"}
|
(shuffle [{:label (tr "questions.use-work") :value "work"}
|
||||||
{:label (tr "questions.use-education") :value "use-education"}
|
{:label (tr "questions.use-education") :value "education"}
|
||||||
{:label (tr "questions.use-personal") :value "use-personal"}]))
|
{:label (tr "questions.use-personal") :value "personal"}]))
|
||||||
|
|
||||||
planning-options
|
planning-options
|
||||||
(mf/with-memo []
|
(mf/with-memo []
|
||||||
|
|
Loading…
Add table
Reference in a new issue