diff --git a/web/src/components/HeaderBar.vue b/web/src/components/HeaderBar.vue index dfd02c1..08bb44a 100644 --- a/web/src/components/HeaderBar.vue +++ b/web/src/components/HeaderBar.vue @@ -36,12 +36,24 @@ >
- - - + + + +
- +
@@ -127,6 +139,8 @@ const addLicenseName = ref(''); const addAmount = ref(''); const addNotes = ref(''); +// Date Picker +const addStartDate = ref(new Date().toISOString().substr(0, 10));