Closed martinjagodic closed 2 months ago
Closes #7271
The value was set in the UI, but handleChange never triggerred, so it never rewrote "{{now}}" with the current date. This PR moves the check into the mount hook and triggers handleChange, so that correct value is saved.
"{{now}}"
handleChange
Closes #7271
The value was set in the UI, but handleChange never triggerred, so it never rewrote
"{{now}}"
with the current date. This PR moves the check into the mount hook and triggershandleChange
, so that correct value is saved.