fix if endpoint not up

pull/401/head
Raphaël Catarino 2022-03-19 12:59:05 +01:00
parent 049610bc91
commit a7cbcc7700
1 changed files with 3 additions and 1 deletions

View File

@ -90,7 +90,9 @@ export default {
}
);
containers = containers.concat(endpointContainers);
if(endpointContainers){
containers = containers.concat(endpointContainers);
}
}
this.containers = containers;