add team member edit and remove confirmation
This commit is contained in:
@@ -23,7 +23,7 @@ const schema = {
|
||||
POST: yup.object().shape({
|
||||
role: yup
|
||||
.string()
|
||||
.matches(/team-member|team-guest/i)
|
||||
.matches(/team-member|team-view-only/i)
|
||||
.required(),
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user