mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-12 10:12:17 +01:00
change reporting default back
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user