Skip to content

Commit

Permalink
updates namespace type to agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte committed Jun 13, 2023
1 parent ac63e10 commit 7775486
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface SavedObservabilityOnboardingState
export const observabilityOnboardingState: SavedObjectsType = {
name: OBSERVABILITY_ONBOARDING_STATE_SAVED_OBJECT_TYPE,
hidden: false,
namespaceType: 'multiple',
namespaceType: 'agnostic',
mappings: {
properties: {
state: { type: 'object', dynamic: false },
Expand Down

0 comments on commit 7775486

Please sign in to comment.