Fix frontend formatting
This commit is contained in:
parent
30f50dab6d
commit
1d1618836b
|
@ -34,7 +34,7 @@ ready(() => {
|
|||
const triggerChange = (element) => {
|
||||
const changeEvent = new Event('change');
|
||||
element.dispatchEvent(changeEvent);
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Sets the values of the input fields with the IDs to from/to:
|
||||
|
|
Loading…
Reference in New Issue