Skip to content

Commit

Permalink
Merge pull request #3863 from kids-first/fix/SKFP-855-study-facet-error
Browse files Browse the repository at this point in the history
fix(query): SKFP-855 fix redirect from variant
  • Loading branch information
AltefrohneGaelle authored Nov 29, 2023
2 parents 8f380ff + bf63ab2 commit 752b1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/VariantEntity/SummaryHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const SummaryHeader = ({ variant }: OwnProps) => {
generateValueFilter({
field: 'study.study_code',
value: studyCodes,
index: '',
index: INDEXES.PARTICIPANT,
}),
],
}),
Expand Down

0 comments on commit 752b1b6

Please sign in to comment.