feat(FN-4140): land settings modal to general section by default

Adds a changeset for a patch and updates the SettingsModal to default to the "general" section on open, with tests covering the section routing behavior.

Fusion-Task-Id: FN-4140
This commit is contained in:
Fusion
2026-05-12 22:08:08 -07:00
committed by gsxdsm
parent 3a4397215b
commit 91f15e0744
3 changed files with 54 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Default the Settings modal to the General section instead of Authentication when no initial section is specified.