Skip to content

Commit 9ac1d19

Browse files
committed
change reporting default back
1 parent 843e16c commit 9ac1d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/Reporting.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { getCurrentMembershipId, getCurrentRole } from '@/utils/useUser';
3535
import ClientMultiselectDropdown from '@/Components/Common/Client/ClientMultiselectDropdown.vue';
3636
3737
const startDate = ref<string | null>(
38-
getLocalizedDayJs(getDayJsInstance()().format()).subtract(2, 'd').format()
38+
getLocalizedDayJs(getDayJsInstance()().format()).subtract(14, 'd').format()
3939
);
4040
const endDate = ref<string | null>(
4141
getLocalizedDayJs(getDayJsInstance()().format()).format()

0 commit comments

Comments
 (0)