Skip to content

Commit

Permalink
Change maintenance window SO namespaceType
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiWu committed Apr 6, 2023
1 parent 29f1da7 commit f5751bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/alerting/server/saved_objects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function setupSavedObjects(
savedObjects.registerType({
name: MAINTENANCE_WINDOW_SAVED_OBJECT_TYPE,
hidden: true,
namespaceType: 'single',
namespaceType: 'multiple-isolated',
mappings: maintenanceWindowMappings,
});

Expand Down

0 comments on commit f5751bc

Please sign in to comment.