Skip to content

Commit 7634c51

Browse files
TSP-1377-Fix List Sweep Points Reset When Changing Any Settings (#50)
1 parent e43249c commit 7634c51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script-gen-ui/src/app/components/main-sweep/sweep/sweep.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ export class SweepComponent implements OnChanges {
120120
this.stop = this.sweepChannel.start_stop_channel.stop;
121121
this.style = this.sweepChannel.start_stop_channel.style;
122122

123+
this.list = this.sweepChannel.start_stop_channel.list;
124+
123125
if (this.deviceList) {
124126
this.deviceOptionList = this.deviceList
125127
.filter(

0 commit comments

Comments
 (0)