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
Passing an negative value in hours/minute crash the page with the error
Uncaught (in promise) Maximum recursive updates exceeded in component <Editable>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.```
Currently, the voting delay, and min/max end period form is accepting negative value, which will trigger "Out of bound error" on save.
We should add validation to this form to only accept positive number
The text was updated successfully, but these errors were encountered: