#153 - default value for downloaded types is set

This commit is contained in:
Kamil Niemczycki 2022-06-08 14:17:16 +02:00
parent c0a1e69f47
commit 8c88917131

View File

@ -466,6 +466,7 @@ async function refreshAvailableTypes(user) {
vacationTypes.value = res.data
form.vacationType = vacationTypes.value[0]
form.defaults('vacationType', vacationTypes.value[0])
}
</script>