Skip to content

Commit

Permalink
change searchInput and SelectInput story title to move them in Inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Jan 9, 2024
1 parent 98d5587 commit 070ffb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stories/searchinput.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { action } from '@storybook/addon-actions';
import { SearchInput } from '../src/lib/components/searchinput/SearchInput.component';
import { Wrapper, Title } from './common';
export default {
title: 'Components/Deprecated/SearchInput',
title: 'Components/Inputs/SearchInput',
component: SearchInput,
};
export const Default = {
Expand Down
2 changes: 1 addition & 1 deletion stories/selectinput.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const SelectWrapper = styled.div`
`;

const meta: Meta<typeof Select> = {
title: 'Components/Inputs/v2/SelectInput',
title: 'Components/Inputs/SelectInput',
component: Select,
decorators: [(story) => <Wrapper>{story()}</Wrapper>],
args: {
Expand Down

0 comments on commit 070ffb8

Please sign in to comment.