From 9330c6ed0d0da3497638b4d1e8790dbf209e6f2b Mon Sep 17 00:00:00 2001 From: Phillip Kelley-Dotson Date: Fri, 25 Jun 2021 09:46:26 -0700 Subject: [PATCH] initial commit (#15380) --- .../src/components/IconTooltip/IconTooltip.stories.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/src/components/IconTooltip/IconTooltip.stories.tsx b/superset-frontend/src/components/IconTooltip/IconTooltip.stories.tsx index 99e55f0605..a2f2109bb0 100644 --- a/superset-frontend/src/components/IconTooltip/IconTooltip.stories.tsx +++ b/superset-frontend/src/components/IconTooltip/IconTooltip.stories.tsx @@ -17,7 +17,7 @@ * under the License. */ import React from 'react'; -import Icon from 'src/components/Icon'; +import Icons from 'src/components/Icons'; import { IconTooltip, Props } from '.'; export default { @@ -42,7 +42,7 @@ const PLACEMENTS = [ export const InteractiveIconTooltip = (args: Props) => (
- +
);