Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jan 8, 2024
1 parent 412b9e3 commit 1aa409d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/[organism]/search/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { pageSize } from '../../../settings';
const organism = Astro.params.organism!;
const cleanedOrganism = cleanOrganism(organism);
const {organism: cleanedOrganism} = cleanOrganism(organism);
const schema = getSchema(organism);
const clientConfig = getRuntimeConfig().public;
const getSearchParams = (field: string): string => {
Expand Down

0 comments on commit 1aa409d

Please sign in to comment.