Skip to content

Commit 511cb40

Browse files
authored
fix(ui5-tabcontainer): fix id duplication (#1789)
FIXES: #1788
1 parent 42f1766 commit 511cb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/TabInStrip.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
>
1313

1414
{{#if this.icon}}
15-
<div id="{{this._id}}" class="ui5-tab-strip-item-icon-outer">
15+
<div class="ui5-tab-strip-item-icon-outer">
1616
<ui5-icon name="{{this.icon}}" class="ui5-tab-strip-item-icon"></ui5-icon>
1717
</div>
1818
{{/if}}

0 commit comments

Comments
 (0)