Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Shaheer Sarfaraz 2026-01-22 16:25:52 +00:00 committed by GitHub
parent fc527b6cc8
commit 6913607eef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)