From c69fb85c7e6dcc228346d3d182ae0e11c14fe14e Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 25 Jan 2023 19:03:43 +0000 Subject: [PATCH] [v9.3.x] add export customHeadersSettings component (#62141) add export customHeadersSettings component (#62131) (cherry picked from commit 069dc2d357b34aeb9f68d13a4e2aadfcd5ab68b0) Co-authored-by: Taewoo K --- packages/grafana-ui/src/components/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/components/index.ts b/packages/grafana-ui/src/components/index.ts index be1987ed037..aae60abf206 100644 --- a/packages/grafana-ui/src/components/index.ts +++ b/packages/grafana-ui/src/components/index.ts @@ -176,6 +176,7 @@ export { } from './ErrorBoundary/ErrorBoundary'; export { ErrorWithStack } from './ErrorBoundary/ErrorWithStack'; export { DataSourceHttpSettings } from './DataSourceSettings/DataSourceHttpSettings'; +export { CustomHeadersSettings } from './DataSourceSettings/CustomHeadersSettings'; export { AlertingSettings } from './DataSourceSettings/AlertingSettings'; export { TLSAuthSettings } from './DataSourceSettings/TLSAuthSettings'; export { CertificationKey } from './DataSourceSettings/CertificationKey';