Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
No longer create default local data ID
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Sep 27, 2017
1 parent 403dd60 commit e315ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/containers/DownloadDataSourceDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class DownloadDataSourceDialog extends React.Component<IDownloadDataSourceDialog
if (!options) {
options = DataAccessComponent.defaultOptions(false, props.temporalCoverage);
}
options = DataAccessComponent.adjustLocalDataSourceName(options, props.dataSource);
// options = DataAccessComponent.adjustLocalDataSourceName(options, props.dataSource);
return {options};
}

Expand Down

0 comments on commit e315ca2

Please sign in to comment.