mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
label_minor -> labelMinor, closer to all camelCase api
This commit is contained in:
@@ -6,7 +6,7 @@ import { slugify } from './string-utils';
|
||||
// topolevel search fields
|
||||
const SEARCH_FIELDS = makeMap({
|
||||
label: 'label',
|
||||
sublabel: 'label_minor'
|
||||
sublabel: 'labelMinor'
|
||||
});
|
||||
|
||||
const COMPARISONS = makeMap({
|
||||
|
||||
Reference in New Issue
Block a user