Skip to content

Commit

Permalink
Merge pull request #2499 from yravinderkumar33/release-2.3.0-bugFix
Browse files Browse the repository at this point in the history
Issue #SB-14346 fix : Create batch button is getting enabled even whe…
  • Loading branch information
rajeevsathish authored Aug 21, 2019
2 parents a9741b7 + a315470 commit 8c8cbf4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ export class CreateBatchComponent implements OnInit, OnDestroy, AfterViewInit {
}, 0);
}
private getUserListWithQuery(query, type) {
this.disableSubmitBtn = false;
if (this.userSearchTime) {
clearTimeout(this.userSearchTime);
}
Expand Down

0 comments on commit 8c8cbf4

Please sign in to comment.