From 6913607eef1a164dab61494567f615e4c01b789e Mon Sep 17 00:00:00 2001 From: Shaheer Sarfaraz <53654735+DaKheera47@users.noreply.github.com> Date: Thu, 22 Jan 2026 16:25:52 +0000 Subject: [PATCH] typo fix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- orchestrator/src/client/pages/SettingsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/src/client/pages/SettingsPage.tsx b/orchestrator/src/client/pages/SettingsPage.tsx index e995f49..5bf70bd 100644 --- a/orchestrator/src/client/pages/SettingsPage.tsx +++ b/orchestrator/src/client/pages/SettingsPage.tsx @@ -363,7 +363,7 @@ export const SettingsPage: React.FC = () => { // Remove virtual field because the backend doesn't expect it // this exists only to toggle the UI - // need o track it so that the save button is enabled when it changes + // need to track it so that the save button is enabled when it changes delete payload.enableBasicAuth const updated = await api.updateSettings(payload)