mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
Preserve ancillary fields in a repeat action when modifying the form (#18068)
This commit is contained in:
@@ -139,6 +139,7 @@ export class HaRepeatAction extends LitElement implements ActionElement {
|
||||
|
||||
fireEvent(this, "value-changed", {
|
||||
value: {
|
||||
...this.action,
|
||||
repeat: { ...newVal },
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user