Skip to content

Commit

Permalink
[HOTFIX] replaced parentheses with ""
Browse files Browse the repository at this point in the history
  • Loading branch information
simaljiwa authored Apr 18, 2024
1 parent 55bf1c3 commit 865cf8f
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()
const end_date = ref()
const start_date = ref("")
const end_date = ref("")
const data_family = ref<Family>({
cuid: '',
Expand Down

0 comments on commit 865cf8f

Please sign in to comment.