change reporting default back

This commit is contained in:
Gregor Vostrak
2024-06-13 21:12:41 +02:00
parent 843e16c4c0
commit 9ac1d19722

View File

@@ -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()