Skip to content

Commit

Permalink
fix property naming (#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabrink authored Oct 28, 2024
1 parent 8737d6c commit 2e73b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/color-picker/color-picker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ export default class SlColorPicker extends ShoelaceElement implements ShoelaceFo
<sl-dropdown
class="color-dropdown"
aria-disabled=${this.disabled ? 'true' : 'false'}
.containing-element=${this}
.containingElement=${this}
?disabled=${this.disabled}
?hoist=${this.hoist}
@sl-after-hide=${this.handleAfterHide}
Expand Down

0 comments on commit 2e73b3d

Please sign in to comment.