Skip to content

Commit

Permalink
update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Nov 23, 2024
1 parent 99001fd commit 7a60664
Show file tree
Hide file tree
Showing 5 changed files with 684 additions and 735 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export class MappingFilterComponent implements OnInit, OnDestroy, AfterViewInit
filterModel: any = {};
filterFormly: FormGroup = new FormGroup({});
filterFormlyFields: FormlyFieldConfig[];
pathSource$: Subject<string> = new BehaviorSubject<string>('');
customMessage$: Subject<string> = new BehaviorSubject(undefined);
valid: boolean = false;

Expand Down Expand Up @@ -130,7 +129,6 @@ export class MappingFilterComponent implements OnInit, OnDestroy, AfterViewInit
onSelectedPathSourceChanged(path: string) {
this.filterFormly.get('pathSource').setValue(path);
this.filterModel.pathSource = path;
this.pathSource$.next(path);
}

async updateSourceExpressionResult() {
Expand Down
Loading

0 comments on commit 7a60664

Please sign in to comment.