Skip to content

Commit b7c5d7d

Browse files
authored
Update packages/uui-base/lib/mixins/LabelMixin.ts
1 parent 6680625 commit b7c5d7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/uui-base/lib/mixins/LabelMixin.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ export const LabelMixin = <T extends Constructor<LitElement>>(
3737
@property({ type: String })
3838
public label!: string;
3939

40-
firstUpdated(_changedProperties: Map<string | number | symbol, unknown>) {
41-
super.firstUpdated(_changedProperties);
40+
firstUpdated() {
4241
if (!this.label) {
4342
console.warn(this.tagName + ' needs a `label`', this);
4443
}

0 commit comments

Comments
 (0)