Skip to content

Commit

Permalink
fix phenotypic_feature.modifiers key and path
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Oct 16, 2023
1 parent be7091c commit 0a8b281
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/utils/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ export const searchUiMappings = {
"path": "phenotypic_features.[item].severity.label",
"ui_name": "Phenotypic feature severity",
},
"modifier": {
"path": "phenotypic_features.[item].modifier.[item].label",
"modifiers": {
"path": "phenotypic_features.[item].modifiers.[item].label",
"ui_name": "Phenotypic feature modifier",
},
"onset": {
"onset": {
"path": "phenotypic_features.[item].onset.label",
"ui_name": "Phenotypic feature onset",
},
Expand Down Expand Up @@ -177,8 +177,8 @@ export const searchUiMappings = {
"path": "diseases.[item].disease_stage.[item].label",
"ui_name": "Disease stage",
},
"tnm_finding": {
"path": "diseases.[item].tnm_finding.[item].label",
"clinical_tnm_finding": {
"path": "diseases.[item].clinical_tnm_finding.[item].label",
"ui_name": "TNM finding",
},
},
Expand Down

0 comments on commit 0a8b281

Please sign in to comment.