Skip to content

Commit c6c6719

Browse files
committed
revert testing changes
1 parent 70796b2 commit c6c6719

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

  • x-pack/plugins

x-pack/plugins/actions/server/saved_objects/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ export function setupSavedObjects(
2323
namespaceType: 'single',
2424
mappings: mappings.action,
2525
migrations: getMigrations(encryptedSavedObjects),
26-
management: {
27-
importableAndExportable: true,
28-
icon: 'tokenEvent',
29-
defaultSearchField: 'name',
30-
getTitle: ({ attributes }) => attributes.name,
31-
},
3226
});
3327

3428
// Encrypted attributes

x-pack/plugins/alerts/server/saved_objects/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ export function setupSavedObjects(
4242
namespaceType: 'single',
4343
migrations: getMigrations(encryptedSavedObjects),
4444
mappings: mappings.alert,
45-
management: {
46-
importableAndExportable: true,
47-
icon: 'alert',
48-
defaultSearchField: 'name',
49-
getTitle: ({ attributes }) => attributes.name,
50-
},
5145
});
5246

5347
savedObjects.registerType({

0 commit comments

Comments
 (0)