mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Preserve ancillary fields in a repeat action when modifying the form (#18068)
This commit is contained in:
parent
242b018ece
commit
32bc8bd01d
@ -139,6 +139,7 @@ export class HaRepeatAction extends LitElement implements ActionElement {
|
|||||||
|
|
||||||
fireEvent(this, "value-changed", {
|
fireEvent(this, "value-changed", {
|
||||||
value: {
|
value: {
|
||||||
|
...this.action,
|
||||||
repeat: { ...newVal },
|
repeat: { ...newVal },
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user