Show "Remove Workspace Access" button

This commit is contained in:
richard-dds
2018-11-30 11:01:32 -05:00
parent ad050c9bcc
commit 4b8c4e3a1d
4 changed files with 46 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ class WorkspaceRoles(object):
.one()
)
except NoResultFound:
workspace_role = None
raise NotFoundError("workspace_role")
return workspace_role