Skip to content

Commit f5eb18d

Browse files
fix(app.component.ts): filtering validation rule by data elements
1 parent 925a948 commit f5eb18d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/app.component.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ export class AppComponent {
2121

2222
ngOnInit() {
2323
this.dataElements = [
24-
// 'NQUI9v85csU',
25-
// 'SQ7kqkZkEwV',
26-
// 'Lnf095vgahq',
27-
// 'Lnf095vgahq',
28-
// 'Lnf095vgahq',
24+
'NQUI9v85csU',
25+
'SQ7kqkZkEwV',
26+
'Lnf095vgahq',
27+
'Lnf095vgahq',
28+
'Lnf095vgahq',
2929
];
3030

3131
this.preSelectedVRGs = [

0 commit comments

Comments
 (0)