Skip to content

Commit

Permalink
[Lens] Make Lens saved object share-capable
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Sep 8, 2021
1 parent ac95ec4 commit f8da524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/lens/server/saved_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export function setupSavedObjects(core: CoreSetup) {
core.savedObjects.registerType({
name: 'lens',
hidden: false,
namespaceType: 'single',
namespaceType: 'multiple-isolated',
convertToMultiNamespaceTypeVersion: '8.0.0',
management: {
icon: 'lensApp',
defaultSearchField: 'title',
Expand Down

0 comments on commit f8da524

Please sign in to comment.