From ec7dcca958c1cbc819e387d3a3fbe9f26d3649b2 Mon Sep 17 00:00:00 2001 From: "J. Q" <55899496+jawadqur@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:03:29 -0500 Subject: [PATCH] Update nctIndex.jsx (#1423) --- src/nctIndex.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nctIndex.jsx b/src/nctIndex.jsx index 16f82830c0..e2be5cc9cd 100644 --- a/src/nctIndex.jsx +++ b/src/nctIndex.jsx @@ -57,7 +57,7 @@ import ReduxQueryNode, { submitSearchForm } from './QueryNode/ReduxQueryNode'; import { basename, gaTrackingId, workspaceUrl, workspaceErrorUrl, indexPublic, explorerPublic, enableResourceBrowser, resourceBrowserPublic, enableDAPTracker, - discoveryConfig, ddApplicationId, ddClientToken, ddUrl, ddSampleRate, + discoveryConfig, ddApplicationId, ddClientToken, ddEnv, ddUrl, ddSampleRate, } from './localconf'; import { portalVersion } from './versions'; import Analysis from './Analysis/Analysis';