Commit c4c4ad33 authored by Juorder Antonio's avatar Juorder Antonio

create a domain, that check if the returned length og DL is equal to the...

create a domain, that check if the returned length og DL is equal to the operation running, if it is just return state if not call itself again
parent a967c17e
......@@ -581,7 +581,7 @@ export default class DistributionLists extends React.Component {
permitidos: allows
};
if (this.isGlobalAdmin) {
if (!this.isGlobalAdmin) {
tabNamesArray = ['Miembros'];
tabs = {
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