Skip to content

Commit

Permalink
PR feedback - @hana-akamai
Browse files Browse the repository at this point in the history
  • Loading branch information
cpathipa committed Dec 12, 2024
1 parent dc5291f commit 8e3c8c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const meta: Meta<typeof DatePicker> = {
value: null,
},
component: DatePicker,
title: 'Components/DatePicker',
title: 'Components/DatePicker/DatePicker',
};

export default meta;
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const meta: Meta<typeof DateTimePicker> = {
placeholder: 'Select a date and time',
},
component: DateTimePicker,
title: 'Components/DateTimePicker',
title: 'Components/DatePicker/DateTimePicker',
};

export default meta;
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const meta: Meta<typeof DateTimeRangePicker> = {
startLabel: 'Start Date and Time',
},
component: DateTimeRangePicker,
title: 'Components/DateTimeRangePicker',
title: 'Components/DatePicker/DateTimeRangePicker',
};

export default meta;

0 comments on commit 8e3c8c1

Please sign in to comment.