Skip to content

Commit

Permalink
change reporting default back
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Jun 13, 2024
1 parent 843e16c commit 9ac1d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Reporting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { getCurrentMembershipId, getCurrentRole } from '@/utils/useUser';
import ClientMultiselectDropdown from '@/Components/Common/Client/ClientMultiselectDropdown.vue';
const startDate = ref<string | null>(
getLocalizedDayJs(getDayJsInstance()().format()).subtract(2, 'd').format()
getLocalizedDayJs(getDayJsInstance()().format()).subtract(14, 'd').format()
);
const endDate = ref<string | null>(
getLocalizedDayJs(getDayJsInstance()().format()).format()
Expand Down

0 comments on commit 9ac1d19

Please sign in to comment.