Skip to content

Commit 3985d21

Browse files
[merlin] use eui super select to list registries (#646)
<!-- Thanks for sending a pull request! Here are some tips for you: 1. Run unit tests and ensure that they are passing 2. If your change introduces any API changes, make sure to update the e2e tests 3. Make sure documentation is updated for your PR! --> # Description The MR is to fix a bug - the bug crashes the ui on click of registries list The fix uses <euisuperselect /> component to fix the UI crash. The component to load the registries is loaded from pre-build package The relevant MLP MR - caraml-dev/mlp#118 # Checklist - [x] Added PR label - [ ] Added unit test, integration, and/or e2e tests - [x] Tested locally - [ ] Updated documentation - [ ] Update Swagger spec if the PR introduce API changes - [ ] Regenerated Golang and Python client if the PR introduces API changes --------- Co-authored-by: vinoth <[email protected]>
1 parent 6ddd307 commit 3985d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/merlin",
66
"dependencies": {
7-
"@caraml-dev/ui-lib": "^1.13.0-build.3-a234b6b",
7+
"@caraml-dev/ui-lib": "^1.13.2-build.2-55c610c",
88
"@elastic/datemath": "^5.0.3",
99
"@elastic/eui": "^94.5.2",
1010
"@emotion/css": "^11.11.2",

0 commit comments

Comments
 (0)