Skip to content

Commit

Permalink
elastic#6537 better default value for regex field
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelhallmann53 committed Oct 8, 2016
1 parent 9733fe5 commit fed9df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/stringify/types/color.js
Expand Up @@ -7,7 +7,7 @@ export default function ColorFormatProvider(Private) {
const FieldFormat = Private(IndexPatternsFieldFormatProvider);
const DEFAULT_COLOR = {
range: `${Number.NEGATIVE_INFINITY}:${Number.POSITIVE_INFINITY}`,
regex: '#000000',
regex: '<insert regex>',
text: '#000000',
background: '#ffffff'
};
Expand Down

0 comments on commit fed9df2

Please sign in to comment.