From 442a7b094ed09d4e71001eee6256515072e742f8 Mon Sep 17 00:00:00 2001 From: archita-ekkirala Date: Wed, 24 Jul 2024 11:00:23 -0500 Subject: [PATCH] Fixing the error in values tab --- shinydashboard/lantern/functions/endpoints.R | 1 + 1 file changed, 1 insertion(+) diff --git a/shinydashboard/lantern/functions/endpoints.R b/shinydashboard/lantern/functions/endpoints.R index 4b9efa98b..c89846691 100644 --- a/shinydashboard/lantern/functions/endpoints.R +++ b/shinydashboard/lantern/functions/endpoints.R @@ -937,6 +937,7 @@ database_fetcher <- reactive({ app_data$http_pct(get_http_response_summary_tbl(db_tables)) app_data$endpoint_resource_types(get_fhir_resource_types(db_connection)) app_data$capstat_fields(get_capstat_fields(db_connection)) + app_data$capstat_values(get_capstat_values(db_connection)) app_data$supported_profiles(get_supported_profiles(db_connection)) app_data$last_updated(now("UTC")) app_data$security_endpoints(get_security_endpoints(db_connection))