fix: add missing queueOnly prop to AutodraftSettings test fixtures

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Chris Parsons 2026-02-27 21:50:05 -08:00
parent b83d1c8643
commit 40e343d80f

View file

@ -12,6 +12,7 @@ describe('AutodraftSettings Component', () => {
isEnabled: false,
mode: 'next_pick' as const,
isMyTurn: false,
queueOnly: false,
onUpdate: vi.fn(),
};