diff --git a/src/utils/DockerUtil.js b/src/utils/DockerUtil.js index 7a82bd8e93..393786e5d2 100644 --- a/src/utils/DockerUtil.js +++ b/src/utils/DockerUtil.js @@ -338,7 +338,7 @@ export default { if (data.status === 'destroy') { containerServerActions.destroyed({id: data.id}); - } else { + } else if (data.id) { this.fetchContainer(data.id); } });