+
Access mode controls how requests to the data source will be handled.
@@ -60,16 +60,10 @@ const HttpAccessHelp = () => {
Resource Sharing (CORS) requirements. The URL needs to be accessible from the browser if you select this access
mode.
-
+
);
};
-const getAccessStyles = (theme: GrafanaTheme2) => ({
- infoBox: css({
- marginTop: theme.spacing(3),
- }),
-});
-
const LABEL_WIDTH = 26;
export const DataSourceHttpSettings = (props: HttpSettingsProps) => {
diff --git a/packages/grafana-ui/src/components/DateTimePickers/DateTimePicker/DateTimePicker.test.tsx b/packages/grafana-ui/src/components/DateTimePickers/DateTimePicker/DateTimePicker.test.tsx
index 187366e6b47..0d83fc4a53d 100644
--- a/packages/grafana-ui/src/components/DateTimePickers/DateTimePicker/DateTimePicker.test.tsx
+++ b/packages/grafana-ui/src/components/DateTimePickers/DateTimePicker/DateTimePicker.test.tsx
@@ -14,7 +14,7 @@ afterAll(() => {
return setTimeZoneResolver(() => defaultTimeZone);
});
-const renderDatetimePicker = (props?: Props) => {
+const renderDatetimePicker = (props?: Partial