Skip to content

Commit

Permalink
hotfix to UI to not trick the user
Browse files Browse the repository at this point in the history
  • Loading branch information
FegelSamuel committed Apr 18, 2024
1 parent 59a8b63 commit 55bf1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/FamilyReports.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ div
const dataset = ref("")
const downloadName = ref("")
const totalLength = ref(0)
const start_date = ref("1/01/2015")
const end_date = ref(new Date().toLocaleDateString())
const start_date = ref()
const end_date = ref()
const data_family = ref<Family>({
cuid: '',
Expand Down

0 comments on commit 55bf1c3

Please sign in to comment.