Skip to content

Commit

Permalink
change file namespace type to multiple-isolated
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkibana authored Dec 7, 2022
1 parent 313537c commit 423df69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/files/server/saved_objects/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const properties: Properties = {
export const fileObjectType: SavedObjectsType<FileMetadata> = {
name: FILE_SO_TYPE,
hidden: true,
namespaceType: 'agnostic',
namespaceType: 'multiple-isolated',
management: {
importableAndExportable: false,
},
Expand Down

0 comments on commit 423df69

Please sign in to comment.