Skip to content

Commit

Permalink
Change minimumLicenseRequired to basic
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Nov 16, 2020
1 parent 253495b commit f9e756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/case/server/connectors/case/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function getActionType({
}: GetActionTypeParams): CaseActionType {
return {
id: CASE_ACTION_TYPE_ID,
minimumLicenseRequired: 'gold',
minimumLicenseRequired: 'basic',
name: i18n.NAME,
validate: {
config: CaseConfigurationSchema,
Expand Down

0 comments on commit f9e756b

Please sign in to comment.