We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the ui has flexible input and query params for page and rowPerPages query, For example: https://orcaui.dev.umccr.org/runs/workflow?page=1100
It will trigger the unexpected boundary error
we may need constraint the input of page query, and also has proper error handle in table display when query out of range.
The text was updated successfully, but these errors were encountered:
raylrui
No branches or pull requests
Currently, the ui has flexible input and query params for page and rowPerPages query,
For example: https://orcaui.dev.umccr.org/runs/workflow?page=1100
It will trigger the unexpected boundary error
we may need constraint the input of page query, and also has proper error handle in table display when query out of range.
The text was updated successfully, but these errors were encountered: