Commit a2d096f
fix(vis): explore embeddable not render due to explore services not set (#10888)
* fix(vis): explore embeddable not render due to explore services not set
The code refactor in #10854 changed the import of getServices function from
legacy discover to new exolore, however the new ExploreSerivces is set in
mount function which requires explore app to be mount, this will not
work if user opened dashboard directly because the ExploreSerivces not
set.
This commit revert the changes, but a proper refactor of the getServices
function is required, related issue #10887
Signed-off-by: Yulong Ruan <[email protected]>
* Changeset file for PR #10888 created/updated
---------
Signed-off-by: Yulong Ruan <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>1 parent d8cfc2d commit a2d096f
File tree
3 files changed
+7
-4
lines changed- changelogs/fragments
- src/plugins/explore/public/embeddable
3 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments