From 2d9a721e1fdb6cdf22a7842798acc32a777a118c Mon Sep 17 00:00:00 2001 From: Suzette McCanny Date: Wed, 31 Jul 2024 11:26:47 -0400 Subject: [PATCH] fix: Add tissue_type to standard categories (#1060) Co-authored-by: rainandbare --- .infra/rdev/values.yaml | 2 +- client/src/common/types/entities.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.infra/rdev/values.yaml b/.infra/rdev/values.yaml index 89887401a..d3481a929 100644 --- a/.infra/rdev/values.yaml +++ b/.infra/rdev/values.yaml @@ -2,7 +2,7 @@ stack: services: explorer: image: - tag: sha-8a03b930 + tag: sha-efe50905 replicaCount: 1 env: # env vars common to all deployment stages diff --git a/client/src/common/types/entities.ts b/client/src/common/types/entities.ts index 8984e54c7..af4a3f37e 100644 --- a/client/src/common/types/entities.ts +++ b/client/src/common/types/entities.ts @@ -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"];