umccr / orca-ui

MIT License
0 stars 0 forks source link

reset paging parameters when filters are switched in Workflow view #42

Closed reisingerf closed 1 month ago

reisingerf commented 1 month ago

In the Workflows view the paging parameters are kept in the URL when switching between different filters (succeeded, failed, etc).

That leads to failures if there are not enough results to view. Example:

raylrui commented 1 month ago

Good point, I just make a quick fix on that: https://github.com/umccr/orca-ui/pull/43

And I will make another issue on how our page handle api error from 'page or rowPerPage' out of range

reisingerf commented 1 month ago

Thanks!