Skip to content

Commit

Permalink
Fix GA filter category copy-paste (#404)
Browse files Browse the repository at this point in the history
Fix GA filter category copy-paste
  • Loading branch information
tiffon authored Jul 3, 2019
2 parents bcc8fa6 + 5c9acbe commit 59f952d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { trackEvent } from '../../utils/tracking';

// export for tests
export const CATEGORY_RANGE = 'jaeger/ux/trace/range';
export const CATEGORY_FILTER = 'jaeger/ux/trace/range';
export const CATEGORY_FILTER = 'jaeger/ux/trace/filter';

// export for tests
export const ACTION_FILTER_SET = 'set';
Expand Down

0 comments on commit 59f952d

Please sign in to comment.