Skip to content
Closed
Prev Previous commit
Next Next commit
style: TT-593 added the length of the search button
  • Loading branch information
wilc0519 committed Mar 30, 2022
commit bd407e28b0935b860e701c33931eb09d2ea740e0
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class TimeRangeFormComponent implements OnInit, OnChanges {
this.setInitialDataOnScreen();
}

ngOnChanges(changes: SimpleChanges): void{
ngOnChanges(changes: SimpleChanges){
if (!changes.userId.firstChange){
this.onSubmit();
}
Expand Down