Skip to content

Commit

Permalink
lower case file name
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Mar 2, 2021
1 parent 812b511 commit e80285a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class GeoJsonFilePicker extends Component<Props, State> {
this.props.onSelect({
...preview,
importer,
indexName: file.name.split('.')[0],
indexName: file.name.split('.')[0].toLowerCase(),
});
}
}
Expand Down

0 comments on commit e80285a

Please sign in to comment.