We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3584ec commit be061d9Copy full SHA for be061d9
src/app/event/new-scheduled-event/new-scheduled-event.component.ts
@@ -792,6 +792,7 @@ export class NewScheduledEventComponent
792
}
793
794
private _mapExistingEnvironments(envs: string[]) {
795
+ this.selectedEnvironments = [];
796
envs.forEach((eid: string) => {
797
this.availableEnvironments.forEach((ea: EnvironmentAvailability) => {
798
if (ea.environment == eid) {
@@ -1021,8 +1022,7 @@ export class NewScheduledEventComponent
1021
1022
1023
updateFormValues() {
1024
this.copyEventDetails();
- this.setupVMSelection();
1025
- this.copyVMCounts();
+ this.copyVMCounts();
1026
1027
1028
isStartDateAsEditedCheck() {
0 commit comments