Skip to content

Commit 17abdfc

Browse files
committed
fix(jump-links): add default label
1 parent 017052e commit 17abdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/pf-jump-links/pf-jump-links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class PfJumpLinks extends LitElement {
7373
@property({ type: Number }) offset = 0;
7474

7575
/** Label to add to nav element. */
76-
@property() label?: string;
76+
@property({ reflect: true }) label = 'Jump links';
7777

7878
#kids = this.querySelectorAll?.<LitElement>(':is(pf-jump-links-item, pf-jump-links-list)');
7979

0 commit comments

Comments
 (0)