mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-05-07 20:32:26 +00:00
add week_start default for unauthenticated shared reports view
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ createInertiaApp({
|
||||
user: User;
|
||||
};
|
||||
}>();
|
||||
return page.props.auth.user.week_start;
|
||||
return page.props.auth.user.week_start ?? 'monday';
|
||||
};
|
||||
window.getTimezoneSetting = function () {
|
||||
const page = usePage<{
|
||||
|
||||
Reference in New Issue
Block a user