Skip to content

Commit

Permalink
Avoid throwing an associated-control exception on settings pages
Browse files Browse the repository at this point in the history
  • Loading branch information
emerick committed Oct 15, 2024
1 parent 2dbbbe1 commit 1bf07c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</template>
</div>
<settings-animated-pages id="extensions-v2-subpage" section="extensions">
<template is="dom-if" route-path="/extensions/v2">
<template is="dom-if" route-path="/extensions/v2" no-search>
<settings-subpage
associated-control="[[$$('#manageV2Extensions')]]"
page-title="$i18n{manageExtensionsV2Label}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
role-description="$i18n{subpageArrowRoleDescription}">
</cr-link-row>
</div>
<template is="dom-if" route-path="/wallet/networks">
<template is="dom-if" route-path="/wallet/networks" no-search>
<settings-subpage
associated-control="[[$$('#walletNetworksLinkRow')]]"
page-title="$i18n{walletNetworksLinkTitle}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
on-click="onAdblockPageClick_"
></cr-link-row>
</div>
<template is="dom-if" route-path="/shields/filters">
<template is="dom-if" route-path="/shields/filters" no-search>
<settings-subpage
associated-control="[[$$('#contentFiltersRow')]]"
page-title="$i18n{adblockContentFiltersLabel}">
Expand Down

0 comments on commit 1bf07c9

Please sign in to comment.