Skip to content

Commit

Permalink
fix create new scenario with empty task list
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Prinz authored and Philip Prinz committed Apr 9, 2024
1 parent a179c5e commit df15b5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ export class ScenarioWizardComponent implements OnInit {
this.selectedscenario.steps = [];
this.selectedscenario.virtualmachines[0] = {};
this.selectedscenario.categories = [];
this.selectedscenario.vm_tasks = [];
}

updateSelectedScenarioRef() {
Expand Down

0 comments on commit df15b5c

Please sign in to comment.