You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(okta): drop non-numeric limit and priority instead of sending NaN
Both fields are free-text inputs coerced with Number(), so a stray
non-numeric entry became NaN and serialized to null, which Okta rejects
with a validation error pointing at the wrong field. Omit the field
instead so Okta applies its own default.
0 commit comments