Skip to content

Commit

Permalink
Update base.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
abin-aot authored Nov 17, 2023
1 parent f5e096b commit 52efb36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/app/utils-components/base/base.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ export class BaseComponent implements OnInit {
}

goSkipForward() {
if(selection !== "general")
{
this.foiRouter.progress({ direction: 2 });
}
}

toDateValidator(c: FormControl){
Expand Down

0 comments on commit 52efb36

Please sign in to comment.