We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43249c commit 7634c51Copy full SHA for 7634c51
script-gen-ui/src/app/components/main-sweep/sweep/sweep.component.ts
@@ -120,6 +120,8 @@ export class SweepComponent implements OnChanges {
120
this.stop = this.sweepChannel.start_stop_channel.stop;
121
this.style = this.sweepChannel.start_stop_channel.style;
122
123
+ this.list = this.sweepChannel.start_stop_channel.list;
124
+
125
if (this.deviceList) {
126
this.deviceOptionList = this.deviceList
127
.filter(
0 commit comments