Clan colors

This commit is contained in:
MeowcaTheoRange 2023-08-24 15:24:20 -05:00
parent 2ebc3d8c27
commit c9da06445d

View file

@ -53,9 +53,9 @@ export const SubmitClanSchema = yup
url: yup.string().notRequired().url(),
color: yup
.tuple([
yup.number().min(0).max(255),
yup.number().min(0).max(255),
yup.number().min(0).max(255)
yup.number().min(0).max(255).required(),
yup.number().min(0).max(255).required(),
yup.number().min(0).max(255).required()
])
.notRequired(),
policies: yup