Skip to content

Commit

Permalink
Alert rule filter type changed according to Swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
doracretu3pillar committed Nov 8, 2024
1 parent 7d5c2e6 commit 86a8328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/app/percona/shared/core/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export enum AlertRuleParamType {
}

export enum AlertRuleFilterType {
MATCH = 'MATCH',
MISMATCH = 'MISMATCH',
MATCH = 'FILTER_TYPE_MATCH',
MISMATCH = 'FILTER_TYPE_MISMATCH',
}

export type AlertRulesParsedParam = TemplateParam & { value: string | boolean | number };
Expand Down

0 comments on commit 86a8328

Please sign in to comment.