fix(edge-stack) always show edge group selector [EE-5157] (#8638)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user