Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavgaikwad committed Mar 24, 2020
1 parent 38275d3 commit 526e9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/cluster/duck/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ function* addClusterRequest(action) {
});

const clusterAddResult = yield client.create(migClusterResource, migCluster);

if (clusterAddResult.status === 201) {
clusterAddResults.push(clusterAddResult);
}
Expand Down

0 comments on commit 526e9c5

Please sign in to comment.