Commit 4d433ce
authored
[UII] Remove extra space when building subcategory in integrations URL (elastic#235684)
## Summary
In integrations browse experience, when user clicks into a subcategory
such as Security > DNS, an extra space is added to the URL:
`/app/integrations/browse/security/dns_security%20`
Reloading the page with the extra space causes no results to be returned
because we try to do exact matching on `dns_security%20` subcategory.
This PR fixes this bug by removing the extra space.1 parent 1fb79f9 commit 4d433ce
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments