Filtering by labels is broken on Jira issues list

On latest master, filtering by labels on the Jira issues list is broken. For example, when visiting /-/integrations/jira/issues?labels[]=ecosystem you should only see issues with the label ecosystem. However, the URL flashes and updates to /-/integrations/jira/issues?page=1&sort=created_desc&state=opened to show all the available issues.

After looking into this issue, it seems that this was introduced with the v30.2.2 release of GitLab UI - specifying the GitLab UI version at 30.2.1 seems to fix the problem.