mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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 || ""}
|
.label=${this.label || ""}
|
||||||
.required=${this.required}
|
.required=${this.required}
|
||||||
.helper=${this.helper}
|
.helper=${this.helper}
|
||||||
.disalbled=${this.disabled}
|
.disabled=${this.disabled}
|
||||||
@change=${this._valueChanged}
|
@change=${this._valueChanged}
|
||||||
></ha-textfield>
|
></ha-textfield>
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user