Skip to content

Commit

Permalink
Update packages/calcite-components/src/components/block/block.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kitty Hurley <khurley@esri.com>
  • Loading branch information
driskull and geospatialem committed Jun 4, 2024
1 parent 7f5ed3a commit ac33969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/src/components/block/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export class Block
headerContent
)}
{hasControl ? (
<div aria-describedby={IDS.header} class={CSS.controlContainer}>
<div aria-labelledby={IDS.header} class={CSS.controlContainer}>
<slot name={SLOTS.control} />
</div>
) : null}
Expand Down

0 comments on commit ac33969

Please sign in to comment.