Skip to content

Commit e80285a

Browse files
committed
lower case file name
1 parent 812b511 commit e80285a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/file_upload/public/components/geojson_file_picker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export class GeoJsonFilePicker extends Component<Props, State> {
114114
this.props.onSelect({
115115
...preview,
116116
importer,
117-
indexName: file.name.split('.')[0],
117+
indexName: file.name.split('.')[0].toLowerCase(),
118118
});
119119
}
120120
}

0 commit comments

Comments
 (0)