Skip to content

Commit

Permalink
Merge pull request #1425 from alliance-genome/fix_typos
Browse files Browse the repository at this point in the history
Fix typos ( SCRUM-2744)
  • Loading branch information
VarunReddy1111 authored Feb 6, 2024
2 parents e9ffec0 + ea076ca commit 059dd6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/cliapp/src/service/TableStateService.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const modTableSettings = {
],
selectedFormFields: [
"Subject", "Disease Relation", "Negated", "Disease", "Reference", "Evidence Code",
"Related Notes", "Experimental Conditions", "Genetic sex", "Genetic Modifier Relation", "genetic Modifiers", "Asserted Genes"
"Related Notes", "Experimental Conditions", "Genetic Sex", "Genetic Modifier Relation", "Genetic Modifiers", "Asserted Genes"
],
tableSettingsKeyName: "DiseaseAnnotationsTableSettings"
}
Expand All @@ -98,7 +98,7 @@ const modTableSettings = {
],
selectedFormFields: [
"Subject", "Disease Relation", "Negated", "Disease", "Reference", "Evidence Code",
"Related Notes", "Genetic Modifier Relation", "genetic Modifiers"
"Related Notes", "Genetic Modifier Relation", "Genetic Modifiers"
],
filters: {
obsoleteFilter: {
Expand Down

0 comments on commit 059dd6d

Please sign in to comment.