Skip to content

Commit

Permalink
build issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwiniagre1 committed Jul 7, 2021
1 parent 1adebd6 commit 1949739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ export class AmexioDateTimePickerComponent extends ListBaseDatepickerComponent<s
if (this.required) {
this.isValid = true;
}
} else if (value === '' || value === null){
} else if (value === '' || value === null) {
this.innerValue = '';
this.dateModel = '';
} else {
Expand Down

0 comments on commit 1949739

Please sign in to comment.