diff --git a/app/edge/views/edge-jobs/edgeJob/edgeJobController.js b/app/edge/views/edge-jobs/edgeJob/edgeJobController.js index a0aa24879..b605b7c70 100644 --- a/app/edge/views/edge-jobs/edgeJob/edgeJobController.js +++ b/app/edge/views/edge-jobs/edgeJob/edgeJobController.js @@ -154,6 +154,7 @@ export class EdgeJobController { this.tags = tags; this.edgeJob.EdgeGroups = this.edgeJob.EdgeGroups ? this.edgeJob.EdgeGroups : []; + this.edgeJob.Endpoints = this.edgeJob.Endpoints ? this.edgeJob.Endpoints : []; if (results.length > 0) { const endpointIds = _.map(results, (result) => result.EndpointId);