Skip to content

Commit e23e26e

Browse files
committed
fix(switch): correct type
1 parent 8168c7d commit e23e26e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elements/pf-v6-switch/pf-v6-switch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class PfV6Switch extends LitElement {
4848
@property({ reflect: true, type: Boolean }) reversed = false;
4949

5050
/** Form value defaults to undefined */
51-
@property({ type: String }) value?;
51+
@property() value?: string;
5252

5353
#initialChecked = false;
5454

0 commit comments

Comments
 (0)