wip
This commit is contained in:
@@ -198,7 +198,7 @@ function createDefaultForm(): LeagueConfigFormModel {
|
||||
sessionCount: 2,
|
||||
roundsPlanned: 8,
|
||||
// Default to Saturday races, weekly, starting next week
|
||||
weekdays: ['Sat'] as import('@gridpilot/racing/domain/value-objects/Weekday').Weekday[],
|
||||
weekdays: ['Sat'] as import('@gridpilot/racing/domain/types/Weekday').Weekday[],
|
||||
recurrenceStrategy: 'weekly' as const,
|
||||
raceStartTime: '20:00',
|
||||
timezoneId: 'UTC',
|
||||
|
||||
@@ -23,7 +23,7 @@ import type {
|
||||
LeagueConfigFormModel,
|
||||
LeagueSchedulePreviewDTO,
|
||||
} from '@gridpilot/racing/application';
|
||||
import type { Weekday } from '@gridpilot/racing/domain/value-objects/Weekday';
|
||||
import type { Weekday } from '@gridpilot/racing/domain/types/Weekday';
|
||||
import Input from '@/components/ui/Input';
|
||||
import RangeField from '@/components/ui/RangeField';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user