Skip to content

Commit

Permalink
[graph] Make Graph 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 436bb0f commit 6d46130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/graph/server/saved_objects/graph_workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { graphMigrations } from './migrations';

export const graphWorkspace: SavedObjectsType = {
name: 'graph-workspace',
namespaceType: 'single',
namespaceType: 'multiple-isolated',
convertToMultiNamespaceTypeVersion: '8.0.0',
hidden: false,
management: {
icon: 'graphApp',
Expand Down

0 comments on commit 6d46130

Please sign in to comment.