Skip to content

Commit

Permalink
revert testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh committed Feb 3, 2021
1 parent 70796b2 commit c6c6719
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions x-pack/plugins/actions/server/saved_objects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ export function setupSavedObjects(
namespaceType: 'single',
mappings: mappings.action,
migrations: getMigrations(encryptedSavedObjects),
management: {
importableAndExportable: true,
icon: 'tokenEvent',
defaultSearchField: 'name',
getTitle: ({ attributes }) => attributes.name,
},
});

// Encrypted attributes
Expand Down
6 changes: 0 additions & 6 deletions x-pack/plugins/alerts/server/saved_objects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ export function setupSavedObjects(
namespaceType: 'single',
migrations: getMigrations(encryptedSavedObjects),
mappings: mappings.alert,
management: {
importableAndExportable: true,
icon: 'alert',
defaultSearchField: 'name',
getTitle: ({ attributes }) => attributes.name,
},
});

savedObjects.registerType({
Expand Down

0 comments on commit c6c6719

Please sign in to comment.