Skip to content

Commit

Permalink
update router config to new style
Browse files Browse the repository at this point in the history
  • Loading branch information
jprusik committed Dec 17, 2024
1 parent e3002fe commit bd3f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/browser/src/popup/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ const routes: Routes = [
path: "blocked-domains",
component: BlockedDomainsComponent,
canActivate: [authGuard],
data: { state: "blocked-domains" } satisfies RouteDataProperties,
data: { elevation: 2 } satisfies RouteDataProperties,
},
...extensionRefreshSwap(ExcludedDomainsV1Component, ExcludedDomainsComponent, {
path: "excluded-domains",
Expand Down

0 comments on commit bd3f573

Please sign in to comment.