mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-18 13:12:16 +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';
|
import ClientMultiselectDropdown from '@/Components/Common/Client/ClientMultiselectDropdown.vue';
|
||||||
|
|
||||||
const startDate = ref<string | null>(
|
const startDate = ref<string | null>(
|
||||||
getLocalizedDayJs(getDayJsInstance()().format()).subtract(2, 'd').format()
|
getLocalizedDayJs(getDayJsInstance()().format()).subtract(14, 'd').format()
|
||||||
);
|
);
|
||||||
const endDate = ref<string | null>(
|
const endDate = ref<string | null>(
|
||||||
getLocalizedDayJs(getDayJsInstance()().format()).format()
|
getLocalizedDayJs(getDayJsInstance()().format()).format()
|
||||||
|
|||||||
Reference in New Issue
Block a user