Skip to content

Commit

Permalink
Disable mappings for rule_actions params (elastic#64350)
Browse files Browse the repository at this point in the history
These are most analagous to alerting params, which use the same terminal
mapping.

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
rylnd and elasticmachine committed Apr 27, 2020
1 parent 9932bc6 commit 3557dd3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ export const ruleActionsSavedObjectMappings = {
type: 'keyword',
},
params: {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
dynamic: true as any,
properties: {},
type: 'object',
enabled: false,
},
},
},
Expand Down

0 comments on commit 3557dd3

Please sign in to comment.