Skip to content

Commit

Permalink
update service migrate ui
Browse files Browse the repository at this point in the history
  • Loading branch information
WangLiNaruto committed Feb 8, 2024
1 parent 3ff0f76 commit bc98741
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ public void destroyServiceById(String id) {
DeployTask deployTask =
deployServiceEntityToDeployTaskConverter.getDeployTaskByStoredService(
deployServiceEntity);
deployTask.setDestroyScenario(DestroyScenario.DESTROY);
destroy(deployTask, deployServiceEntity);
}

Expand Down

0 comments on commit bc98741

Please sign in to comment.