Skip to content

Commit

Permalink
feat: remove search in explorers (#3722,#3723) (#3730)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog authored Oct 31, 2023
1 parent f70bc1d commit 7fd6898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion explorer/site-config/anvil-cmg/dev/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export function makeConfig(
url: "",
},
],
searchEnabled: true,
searchEnabled: false,
searchURL: `${browserUrl}/search`,
},
},
Expand Down
2 changes: 1 addition & 1 deletion explorer/site-config/hca-dcp/dev/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const config: SiteConfig = {
url: "",
},
],
searchEnabled: true,
searchEnabled: false,
searchURL: `${BROWSER_URL}/search`,
},
support: supportConfig,
Expand Down

0 comments on commit 7fd6898

Please sign in to comment.