From 72ec28ae620a4b23582a717cb7fe7c800a6a9ad1 Mon Sep 17 00:00:00 2001 From: archita-ekkirala Date: Wed, 24 Jul 2024 12:05:02 -0500 Subject: [PATCH] Revert "Fixing the error in values tab" Reverting the above mentioned commit as it pertains to the jira LANTERN-586 This reverts commit 442a7b094ed09d4e71001eee6256515072e742f8. --- shinydashboard/lantern/functions/endpoints.R | 1 - 1 file changed, 1 deletion(-) diff --git a/shinydashboard/lantern/functions/endpoints.R b/shinydashboard/lantern/functions/endpoints.R index c89846691..4b9efa98b 100644 --- a/shinydashboard/lantern/functions/endpoints.R +++ b/shinydashboard/lantern/functions/endpoints.R @@ -937,7 +937,6 @@ 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))