Update form to handle No access
This commit is contained in:
@@ -217,6 +217,4 @@ REQUIRED_DISTRIBUTIONS = [
|
||||
("other", "Other as necessary"),
|
||||
]
|
||||
|
||||
ENV_ROLES = [(role.value, role.value) for role in CSPRole] + [
|
||||
("No access", "No access")
|
||||
]
|
||||
ENV_ROLES = [(role.value, role.value) for role in CSPRole] + [("", "No access")]
|
||||
|
Reference in New Issue
Block a user