Skip to content

Commit

Permalink
fix: Add tissue_type to standard categories (#1060)
Browse files Browse the repository at this point in the history
Co-authored-by: rainandbare <rainandbare@users.noreply.github.com>
  • Loading branch information
rainandbare and rainandbare authored Jul 31, 2024
1 parent 2856e60 commit 2d9a721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stack:
services:
explorer:
image:
tag: sha-8a03b930
tag: sha-efe50905
replicaCount: 1
env:
# env vars common to all deployment stages
Expand Down
1 change: 1 addition & 0 deletions client/src/common/types/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const STANDARD_CATEGORY_NAMES = [
"suspension_type",
"tissue",
"tissue_ontology_term_id",
"tissue_type",
];

export const EXCLUDED_CATEGORY_NAMES = ["observation_joinid"];
Expand Down

0 comments on commit 2d9a721

Please sign in to comment.