Skip to content

Commit

Permalink
Fix saved object namespace type
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpeihl committed Sep 28, 2023
1 parent c7d3a2b commit 8648deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/links/server/saved_objects/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const linksSavedObjectType: SavedObjectsType = {
name: CONTENT_ID,
indexPattern: ANALYTICS_SAVED_OBJECT_INDEX,
hidden: false,
namespaceType: 'multiple',
namespaceType: 'multiple-isolated',
management: {
icon: APP_ICON,
defaultSearchField: 'title',
Expand Down

0 comments on commit 8648deb

Please sign in to comment.