Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Aug 19, 2024
1 parent 04ce6d8 commit 79724e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/data-collection/Reports.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
emits: [],
data() {
return {
reportView: 'publicReports',
reportView: null,
publicReports: SDC_REPORTS.publicReports,
independentReports: SDC_REPORTS.independentReports,
headcountsReports: SDC_REPORTS.headcountReports
Expand Down

0 comments on commit 79724e3

Please sign in to comment.