Project

General

Profile

« Previous | Next » 

Revision 50620

fixed checkbox list layout in validate-select guidelines

View differences:

compatibility-validate-step3.component.ts
47 47

  
48 48
  submitChanges(){
49 49
    if (this.group.valid) {
50
      let valset: string;
51
      let emitted: string [];
50
      let emitted: string [] = [];
52 51
      if ( this.group.get('noOfRecordsInput').enabled ) {
53 52
        emitted.push(this.group.get('noOfRecordsInput').value);
54 53
      } else {

Also available in: Unified diff