Skip to content

Commit

Permalink
feat(datapoints-graph): alarm selector component
Browse files Browse the repository at this point in the history
Alarm attributes form component- adding alarm timelineType

n/a
  • Loading branch information
jdre-c8y committed Apr 26, 2024
1 parent 95ffc0c commit 86817f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class AlarmAttributesFormComponent
this.formGroup = this.formBuilder.group({
label: '',
filters: this.formBuilder.group({ type: ['', [Validators.required]] }),
timelineType: '',
});
}

Expand Down

0 comments on commit 86817f6

Please sign in to comment.