feat(FN-4174): complete Step 6 — apply locked-source disabled styling

Fusion-Task-Id: FN-4174
Fusion-Task-Lineage: 8b50a52b-dc3a-448d-998b-09023fbdd9af
This commit is contained in:
Fusion
2026-05-13 03:01:54 -07:00
committed by gsxdsm
parent 539c730630
commit 2b6ecf8e4b
2 changed files with 13 additions and 1 deletions

View File

@@ -4528,7 +4528,10 @@ export function SettingsModal({
</div>
<div className="form-group">
<label>Enabled Sources</label>
<label htmlFor="research-project-source-webSearch" className="checkbox-label">
<label
htmlFor="research-project-source-webSearch"
className="checkbox-label settings-research-source-locked"
>
<input id="research-project-source-webSearch" type="checkbox" checked disabled readOnly />
Web Search <span className="settings-muted">Always on</span>
</label>