Skip to content

Commit 928117c

Browse files
committed
chore: improved disabled comment
1 parent 8d43e88 commit 928117c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/ui-library/src/components/six-breadcrumbs-item/six-breadcrumbs-item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class SixBreadcrumbsItem {
1010
/** Name or label of the breadcrumb */
1111
@Prop() name: string = '';
1212

13-
/** If the breadcrumb is disabled */
13+
/** Set to true to disable the breadcrumb item. */
1414
@Prop() disabled: boolean = false;
1515

1616
/** Emitted on click. */

0 commit comments

Comments
 (0)