@timardex/cluemart-shared 1.7.75 → 1.7.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -584,7 +584,7 @@ var registerSchema = yup5.object().shape({
584
584
  Object.values(EnumResourceType),
585
585
  "Please select a valid interest"
586
586
  ).defined()
587
- ).label("Interests").required("Interests are required"),
587
+ ).label("Who will you be on ClueMart?").min(1, "Select at least one interest").required("Interests are required"),
588
588
  lastName: yup5.string().label("Last Name").required("Last Name is required"),
589
589
  nickName: yup5.string().nullable().label("Nickname").trim().notRequired(),
590
590
  password: passwordSchema,