mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Remove duplicate event
This commit is contained in:
@@ -134,9 +134,6 @@ export class HaTimePicker extends LitElement {
|
||||
|
||||
protected updated(changedProperties: PropertyValues) {
|
||||
super.updated(changedProperties);
|
||||
if (changedProperties.has("value")) {
|
||||
this._timeUpdated();
|
||||
}
|
||||
|
||||
if (changedProperties.has("_hours")) {
|
||||
this._timeUpdated();
|
||||
|
||||
Reference in New Issue
Block a user