#153 - button behaviour in form editing #164

Merged
kamilniemczycki merged 6 commits from #153-behaviour-of-buttons into main 2022-06-10 12:44:24 +02:00
Showing only changes of commit 8c88917131 - Show all commits

View File

@@ -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>