Update src/js/form.js
Co-authored-by: mab <git@ma-b.com>
This commit is contained in:
parent
b5c1da995c
commit
4fb34de49e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ const createFormGroup = ({
|
|||
const input = createElement('input', inputAttrs)
|
||||
|
||||
if (name === 'heuresortie') {
|
||||
setCurrentTime(input)
|
||||
input.value = getCurrentTime()
|
||||
}
|
||||
|
||||
const validityAttrs = {
|
||||
|
|
Loading…
Reference in a new issue