You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isMultiple ? 'Certain projects have ' : 'Project has '
47
+
}mapping permission to only team and this team is the only team assigned with mapping permission. Please contact the project author before unlinking.`,
48
+
projectId: projectId,
49
+
});
50
+
return;
51
+
}
52
+
if(e.message==='TeamValidationPermissionError'){
53
+
setResponse({
54
+
type: 'error',
55
+
message: `${
56
+
isMultiple ? 'Certain projects have ' : 'Project has '
57
+
}validation permission to only team and this team is the only team assigned with validation permission. Please contact the project author before unlinking.`,
'Certain projects have mapping/validation permissions restricted to teams, but no other team is assigned. Please contact the project author before unlinking.',
0 commit comments