fix(edge-stack) always show edge group selector [EE-5157] (#8638)

This commit is contained in:
cmeng
2023-03-10 10:48:53 +13:00
committed by GitHub
parent 17517d7521
commit a7d1a20dfb
4 changed files with 4 additions and 8 deletions

View File

@@ -86,7 +86,6 @@ export default class CreateEdgeStackViewController {
async $onInit() {
try {
this.edgeGroups = await this.EdgeGroupService.groups();
this.noGroups = this.edgeGroups.length === 0;
} catch (err) {
this.Notifications.error('Failure', err, 'Unable to retrieve Edge groups');
}