fix: add temp_unit and timezone to inline BriefingConfig literals

BriefingSetupWizard and SettingsView had hardcoded initial objects that
predated the new fields, causing TS2345 type errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 18:33:17 -04:00
parent b44d8496bc
commit 9cb3700a5c
2 changed files with 4 additions and 0 deletions
@@ -19,6 +19,8 @@ const config = reactive<BriefingConfig>({
work_days: [1, 2, 3, 4, 5],
slots: { compilation: true, morning: true, midday: false, afternoon: false },
notifications: true,
temp_unit: 'C',
timezone: '',
})
// Step 2 — locations