Skip to content

Commit ece064a

Browse files
author
Aaron Caldwell
committed
Fix typo. Replace equals with colon
1 parent 5f5b48f commit ece064a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/data/public/ui/index_pattern_select/index_pattern_select.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ interface IndexPatternSelectState {
4242
// Needed for React.lazy
4343
// eslint-disable-next-line import/no-default-export
4444
export default class IndexPatternSelect extends Component<IndexPatternSelectInternalProps> {
45-
static defaultProps = {
46-
maxIndexPatterns: 1000,
45+
static defaultProps: {
46+
maxIndexPatterns: 1000
4747
};
4848

4949
private isMounted: boolean = false;

0 commit comments

Comments
 (0)