Merge pull request #2231 from mspalti/date-browse-fix

Possible fix for browse-by-date links
This commit is contained in:
Tim Donohue
2023-06-01 12:40:59 -05:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -131,7 +131,6 @@ export class StartsWithDateComponent extends StartsWithAbstractComponent {
} else {
this.startsWithYear = +startsWith;
}
this.setStartsWithParam(false);
}
/**

View File

@@ -70,7 +70,6 @@ export abstract class StartsWithAbstractComponent implements OnInit, OnDestroy {
*/
setStartsWith(startsWith: string) {
this.startsWith = startsWith;
this.setStartsWithParam(false);
}
/**