mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 13:59:40 +02:00
fix(edge-stack) always show edge group selector [EE-5157] (#8639)
This commit is contained in:
parent
31d956dbcb
commit
0ab7987684
4 changed files with 4 additions and 8 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue