Skip to content

Commit

Permalink
Changes tag saved object namespaceType to multiple-isolated
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Jul 20, 2021
1 parent b58054c commit 47ad06e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { tagSavedObjectTypeName, TagAttributes } from '../../common';
export const tagType: SavedObjectsType = {
name: tagSavedObjectTypeName,
hidden: false,
namespaceType: 'single',
namespaceType: 'multiple-isolated',
mappings: {
properties: {
name: {
Expand Down

0 comments on commit 47ad06e

Please sign in to comment.