Skip to content

Commit b03c56b

Browse files
authored
fix(ui5-tabcontainer): add missing dependency in Tab (#5069)
Fixes: #5037
1 parent ee44117 commit b03c56b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/main/src/Tab.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import executeTemplate from "@ui5/webcomponents-base/dist/renderer/executeTempla
44
import SemanticColor from "./types/SemanticColor.js";
55
import TabContainer from "./TabContainer.js";
66
import Icon from "./Icon.js";
7+
import Button from "./Button.js";
78
import CustomListItem from "./CustomListItem.js";
89

910
// Templates
@@ -203,6 +204,7 @@ class Tab extends UI5Element {
203204
static get dependencies() {
204205
return [
205206
Icon,
207+
Button,
206208
CustomListItem,
207209
];
208210
}

0 commit comments

Comments
 (0)