Skip to content

Commit

Permalink
Import
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed Dec 10, 2024
1 parent 76e47bc commit f659325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AdvancedHttpSettings, ConfigSection, DataSourceDescription } from '@gra
import { AlertingSettingsOverhaul, PromOptions, PromSettings } from '@grafana/prometheus';
import { config } from '@grafana/runtime';
import { Alert, FieldValidationMessage, useTheme2 } from '@grafana/ui';
import React from 'react';
import React, { JSX } from 'react';

import { DataSourceHttpSettingsOverhaul } from './DataSourceHttpSettingsOverhaul';

Expand Down

0 comments on commit f659325

Please sign in to comment.