Skip to content

Commit 83a43bf

Browse files
Update src/core/MIGRATION.md
Co-Authored-By: Josh Dover <[email protected]>
1 parent 2fad345 commit 83a43bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ import { setup, start } from '../core_plugins/visualizations/public/legacy';
11391139
| `ui/embeddable` | `embeddables` | still in progress |
11401140
| `ui/filter_manager` | `data.filter` | -- |
11411141
| `ui/index_patterns` | `data.indexPatterns` | still in progress |
1142-
| `ui/registry/feature_catalogue | `home.featureCatalogue.register` | Must add `home` as a dependency in your kibana.json. |
1142+
| `ui/registry/feature_catalogue` | `home.featureCatalogue.register` | Must add `home` as a dependency in your kibana.json. |
11431143
| `ui/registry/vis_types` | `visualizations.types` | -- |
11441144
| `ui/vis` | `visualizations.types` | -- |
11451145
| `ui/share` | `share` | `showShareContextMenu` is now called `toggleShareContextMenu`, `ShareContextMenuExtensionsRegistryProvider` is now called `register` |

0 commit comments

Comments
 (0)