Skip to content

Commit

Permalink
fix(suite): Fix frameProps in TooltipButton (#13803)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik authored Aug 14, 2024
1 parent 8b5910e commit 05bc142
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta, StoryObj } from '@storybook/react';
import { TooltipButton as TooltipButtonComponent } from './TooltipButton';
import { getFramePropsStory } from '../../common/frameProps';
import { getFramePropsStory } from '../../../utils/frameProps';
import { allowedButtonFrameProps } from '../Button/Button';
import { variables } from '../../../config';

Expand Down

0 comments on commit 05bc142

Please sign in to comment.