move over

This commit is contained in:
KS Jannette
2026-02-27 16:41:18 -05:00
parent 5f81a4b1cc
commit 35d1c13d0a
54 changed files with 312 additions and 5626 deletions

View File

@@ -28,7 +28,7 @@ export default function AlertForm({ onSubmit }) {
onSubmit({
type,
threshold: needsThreshold ? threshold : undefined,
threshold: needsThreshold ? Number(threshold) : undefined,
});
setThreshold("");