Merge branch 'dev' into analytics
This commit is contained in:
@@ -25,7 +25,7 @@ const schema = {
|
|||||||
userId: yup.string().uuid().required(),
|
userId: yup.string().uuid().required(),
|
||||||
role: yup
|
role: yup
|
||||||
.string()
|
.string()
|
||||||
.matches(/team-member|team-guest/i)
|
.matches(/team-member|team-view-only/i)
|
||||||
.required(),
|
.required(),
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user