Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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