diff --git a/src/portal/src/app/route-reuse-strategy/harbor-route-reuse-strategy.ts b/src/portal/src/app/route-reuse-strategy/harbor-route-reuse-strategy.ts index 56710c8fb..517e7507a 100644 --- a/src/portal/src/app/route-reuse-strategy/harbor-route-reuse-strategy.ts +++ b/src/portal/src/app/route-reuse-strategy/harbor-route-reuse-strategy.ts @@ -24,6 +24,7 @@ export enum RouteConfigId { const ShouldNotReuseRouteRegExps: RegExp[] = [ /\/harbor\/projects\/(\d+)\/repositories$/, /\/harbor\/projects\/(\d+)\/repositories\/(\S+)\/artifacts-tab$/, + /\/harbor\/projects\/(\d+)\/repositories\/(\S+)\/artifacts-tab\/depth\/(\S+)$/, ]; function testRoute(url: string) {