#153 - default value for downloaded types is set
This commit is contained in:
parent
c0a1e69f47
commit
8c88917131
@ -466,6 +466,7 @@ async function refreshAvailableTypes(user) {
|
|||||||
|
|
||||||
vacationTypes.value = res.data
|
vacationTypes.value = res.data
|
||||||
form.vacationType = vacationTypes.value[0]
|
form.vacationType = vacationTypes.value[0]
|
||||||
|
form.defaults('vacationType', vacationTypes.value[0])
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user