[ACA-3670] Inconsistent empty role value between library views (#1528)

* [ACA-3613] Inconsistent role value between library views

* * upgrade alpha

* fix ut
This commit is contained in:
dhrn
2020-07-15 14:21:09 +05:30
committed by GitHub
parent ddc6f36ab4
commit f35095a75b
5 changed files with 22 additions and 18 deletions

View File

@@ -93,6 +93,9 @@ export const SITE_ROLES = {
SITE_MANAGER: {
ROLE: 'SiteManager',
LABEL: 'Manager'
},
NONE: {
LABEL: 'Not a member'
}
};