Project

General

Profile

« Previous | Next » 

Revision 53601

fixed some bugs

View differences:

compatibility-validate-step3.component.ts
58 58
      if ( this.group.get('noOfRecordsInput').enabled ) {
59 59
        emitted.push(this.group.get('noOfRecordsInput').value);
60 60
      } else {
61
        emitted.push('');
61
        emitted.push('-1');
62 62
      }
63 63

  
64 64
      if ( this.group.get('xpathInput').enabled ) {

Also available in: Unified diff