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
The UI checks that the epsilon does not exceed the remaining budget, but it does not prevent 0 or a negative number from being entered. The 400 response does describe the error:
{"success":false,"message":"\"epsilon\" is required to create an AnalysisPlan and should be a positive float value."}
But in the UI all we see is
Runtime Error:
{}
The text was updated successfully, but these errors were encountered:
mccalluc
changed the title
"Add Analysis Plan"
"Add Analysis Plan" modal: negative budget
Feb 12, 2024
mccalluc
changed the title
"Add Analysis Plan" modal: negative budget
"Add Analysis Plan" modal: no input validation for negative budget
Feb 12, 2024
The UI checks that the epsilon does not exceed the remaining budget, but it does not prevent 0 or a negative number from being entered. The 400 response does describe the error:
But in the UI all we see is
The text was updated successfully, but these errors were encountered: