Skip to content

Commit 9a69c96

Browse files
kb(tabstrip): Add missing @key to foreach loop (#2383)
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 227eba6 commit 9a69c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/tabstrip-remove-tab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Currently active tab index: @ActiveTabIndex
4848
@{
4949
foreach (TabModel tab in Tabs)
5050
{
51-
<TabStripTab Title="@tab.Title" Visible="@tab.isVisibleTab">
51+
<TabStripTab Title="@tab.Title" Visible="@tab.isVisibleTab" @key="@tab">
5252
<HeaderTemplate>
5353
<strong>@tab.Title</strong>
5454
<button type="button"

0 commit comments

Comments
 (0)