0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

Merge pull request #4737 from penpot/niwinz-bugfix-7

🐛 Fix onboarding step1 values
This commit is contained in:
Eva Marco 2024-06-13 13:05:05 +02:00 committed by GitHub
commit 195305e4c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,9 +82,9 @@
[{:keys [on-next form]}]
(let [use-options
(mf/with-memo []
(shuffle [{:label (tr "questions.use-work") :value "use-work"}
{:label (tr "questions.use-education") :value "use-education"}
{:label (tr "questions.use-personal") :value "use-personal"}]))
(shuffle [{:label (tr "questions.use-work") :value "work"}
{:label (tr "questions.use-education") :value "education"}
{:label (tr "questions.use-personal") :value "personal"}]))
planning-options
(mf/with-memo []