Skip to content

Commit 489c8ff

Browse files
fix(file-input): instantiation fails because of super styles (#1647)
Co-authored-by: Radoslav Karaivanov <[email protected]>
1 parent eaa512c commit 489c8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/file-input/file-input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { fileValidators } from './validators.js';
4646
export default class IgcFileInputComponent extends IgcInputBaseComponent {
4747
private _hasActivation = false;
4848
public static readonly tagName = 'igc-file-input';
49-
public static override styles = [...super.styles, styles];
49+
public static override styles = [...IgcInputBaseComponent.styles, styles];
5050

5151
/* blazorSuppress */
5252
public static register() {

0 commit comments

Comments
 (0)