Skip to content

Commit a5737c3

Browse files
fix(TimelineItem): use correct name (#635)
closes #634
1 parent ebbfecc commit a5737c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`TimelineItem Basic Test (generated) 1`] = `<ui5-timeline />`;
3+
exports[`TimelineItem Basic Test (generated) 1`] = `<ui5-timeline-item />`;

packages/main/src/webComponents/TimelineItem/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface TimelineItemPropTypes extends WithWebComponentPropTypes {
4141
* <a href="https://sap.github.io/ui5-webcomponents/playground/components/TimelineItem" target="_blank">UI5 Web Components Playground</a>
4242
*/
4343
const TimelineItem: FC<TimelineItemPropTypes> = withWebComponent<TimelineItemPropTypes>(
44-
'ui5-timeline',
44+
'ui5-timeline-item',
4545
['icon', 'itemName', 'subtitleText', 'titleText'],
4646
['itemNameClickable'],
4747
[],

0 commit comments

Comments
 (0)