Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: added fix for code assertion (#995)

* fix: added fix for code assertion

* ci: apply automated fixes

* fix: removed onchange function

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

SAISH DABHOLKAR
autofix-ci[bot]
and committed by
GitHub
9a940932 451b29a2

+2
+2
apps/web/src/components/forms/monitor/section-assertions.tsx
··· 170 170 {...form.register(`statusAssertions.${i}.target`, { 171 171 required: true, 172 172 valueAsNumber: true, 173 + validate: (value) => 174 + value <= 599 || "Value must be 599 or lower", 173 175 })} 174 176 type="number" 175 177 placeholder="200"