Skip to content

Commit

Permalink
Issue #435
Browse files Browse the repository at this point in the history
- Ora non vengono più aggiunti gli elementi aggiuntivi
  • Loading branch information
atatarelli committed Dec 2, 2021
1 parent d95bc7e commit 6fe6962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ export class UtilService {
return { label: item.idA2A, value: item.idA2A };
});
}
_elenco = _elenco.concat(UtilService.API_CONNETTORI);
// _elenco = _elenco.concat(UtilService.API_CONNETTORI);
return _elenco;
}

Expand Down

0 comments on commit 6fe6962

Please sign in to comment.