Commit 73014b34 authored by Juorder Gonzalez's avatar Juorder Gonzalez Committed by GitHub

Merge pull request #208 from ZBoxApp/issues_resolved_manager

create a domain, that check if the returned length og DL is equal to …
parents a967c17e c4c4ad33
...@@ -581,7 +581,7 @@ export default class DistributionLists extends React.Component { ...@@ -581,7 +581,7 @@ export default class DistributionLists extends React.Component {
permitidos: allows permitidos: allows
}; };
if (this.isGlobalAdmin) { if (!this.isGlobalAdmin) {
tabNamesArray = ['Miembros']; tabNamesArray = ['Miembros'];
tabs = { tabs = {
miembros: members miembros: members
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment