Skip to content

Commit 1e1eead

Browse files
committed
GrafanaTheme2 type error is no longer an issue
1 parent 3056ec8 commit 1e1eead

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/configuration/ExemplarSetting.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default function ExemplarSetting({ value, onChange, onDelete, disabled }:
2020
const [isInternalLink, setIsInternalLink] = useState(Boolean(value.datasourceUid));
2121

2222
const theme = useTheme2();
23-
// @ts-ignore incompatibility between grafana/data and grafana/ui GrafanaTheme2
2423
const styles = overhaulStyles(theme);
2524

2625
return (

src/configuration/ExemplarsSettings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ type Props = {
1717

1818
export function ExemplarsSettings({ options, onChange, disabled }: Props) {
1919
const theme = useTheme2();
20-
// @ts-ignore incompatibility between grafana/data and grafana/ui GrafanaTheme2
2120
const styles = overhaulStyles(theme);
2221
return (
2322
<div className={styles.sectionBottomPadding}>

0 commit comments

Comments
 (0)