mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix typo in ha-selector-color-rgb.ts (#22001)
This commit is contained in:
parent
2aba9099a0
commit
717443e2d6
@ -31,7 +31,7 @@ export class HaColorRGBSelector extends LitElement {
|
||||
.label=${this.label || ""}
|
||||
.required=${this.required}
|
||||
.helper=${this.helper}
|
||||
.disalbled=${this.disabled}
|
||||
.disabled=${this.disabled}
|
||||
@change=${this._valueChanged}
|
||||
></ha-textfield>
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user