@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.
@@ -2122,7 +2122,7 @@ var registerSchema = yup5.object().shape({
2122
2122
  Object.values(EnumResourceType),
2123
2123
  "Please select a valid interest"
2124
2124
  ).defined()
2125
- ).label("Interests").required("Interests are required"),
2125
+ ).label("Who will you be on ClueMart?").min(1, "Select at least one interest").required("Interests are required"),
2126
2126
  lastName: yup5.string().label("Last Name").required("Last Name is required"),
2127
2127
  nickName: yup5.string().nullable().label("Nickname").trim().notRequired(),
2128
2128
  password: passwordSchema,