From 8a5c4f46cee26d8529b9a3fb3154b025f8da5205 Mon Sep 17 00:00:00 2001 From: baijunyao Date: Sun, 17 Jan 2021 16:31:52 +0800 Subject: [PATCH] Fix HTML character entity error (#30334) --- .../components/DataSourceSettings/DataSourceHttpSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.tsx b/packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.tsx index 2d58f19b369..8a23b2fea68 100644 --- a/packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.tsx +++ b/packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.tsx @@ -37,7 +37,7 @@ const HttpAccessHelp = () => (

Access mode controls how requests to the data source will be handled. -  Server +  Server {' '} should be the preferred way if nothing else is stated.