Actions
Bug #33894
closedHost details active tab not set correctly when tab name contains spaces
Description
If the name of a tab (including tabs added by plugins) contains a space, the `activeKey` prop of the `<Tabs>` component is being set to the URI-escaped string, e.g. `Repository%20Sets`. The result is that the tab does not show as active.
Actions