Jazzcort add timeout (#6772)

Signed-off-by: Jazzcort <jason101011113@gmail.com>
Co-authored-by: Jazzcort <jason101011113@gmail.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2026-01-28 10:59:20 -05:00
committed by GitHub
parent 4d608690b8
commit a4ad231d60
11 changed files with 68 additions and 30 deletions
@@ -90,9 +90,7 @@ export const AlertBox = ({ alert, className }: AlertBoxProps) => {
}
} catch (error) {
console.error('Error saving threshold:', error);
window.alert(
`Failed to save threshold: ${errorMessage(error, 'Unknown error')}`
);
window.alert(`Failed to save threshold: ${errorMessage(error, 'Unknown error')}`);
} finally {
setIsSaving(false);
}