From c99102e49b0576e7097c3d8aa8af4b1c615edb73 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Fri, 6 Sep 2024 13:18:39 +0200 Subject: [PATCH] :bug: Fix onboarding questions --- frontend/src/app/main/ui/onboarding/questions.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/onboarding/questions.cljs b/frontend/src/app/main/ui/onboarding/questions.cljs index 00898cd2c..738bc324e 100644 --- a/frontend/src/app/main/ui/onboarding/questions.cljs +++ b/frontend/src/app/main/ui/onboarding/questions.cljs @@ -217,9 +217,9 @@ [:team-size [:enum "more-than-50" "31-50" "11-30" "2-10" "freelancer" "personal-project"]] [:role - [:enum "designer" "developer" "student-teacher" "graphic-design" "marketing" "manager" "other"]] + [:enum "ux" "developer" "student-teacher" "designer" "marketing" "manager" "other"]] [:responsability - [:enum "team-leader" "team-member" "freelancer" "ceo-founder" "director" "student-teacher" "other"]] + [:enum "team-leader" "team-member" "freelancer" "ceo-founder" "director" "other"]] [:role-other {:optional true} [::sm/text {:max 512}]] [:responsability-other {:optional true} [::sm/text {:max 512}]]]