Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nilskuhn committed Aug 21, 2018
1 parent 505e437 commit 90038dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class ThresholdComponent implements OnInit {
@Input() threshold: Threshold;
@Input() actualMeasurandList: Measurand [];
@Output() cancelEvent = new EventEmitter();
@Output() addedqqThreshold = new EventEmitter();
@Output() addedThreshold = new EventEmitter();
@Output() removeOldThreshold = new EventEmitter();
selectedMeasuredEvent: MeasuredEvent;
selectedMeasurand: string;
Expand Down

0 comments on commit 90038dd

Please sign in to comment.