Skip to content

Commit

Permalink
fix(block): label property should not be required (#10833)
Browse files Browse the repository at this point in the history
**Related Issue:** #8697

## Summary

- No longer make label a required property
  • Loading branch information
driskull authored Nov 22, 2024
1 parent e8228b1 commit e5465c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/calcite-components/src/components/block/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ export class Block

/**
* Specifies an accessible name for the component.
*
* @required
*/
@property() label: string;

Expand Down

0 comments on commit e5465c7

Please sign in to comment.