Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
abgeorge7 committed Aug 29, 2019
1 parent 911bbca commit 425571b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GuppyDataExplorer/ExplorerButtonGroup/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class ExplorerButtonGroup extends React.Component {

sendPFBToCloud = () => {
const url = encodeURIComponent(this.state.exportPFBURL);
window.location = `${this.props.buttonConfig.terraExportURL}?url=${url}`;
window.location = `${this.props.buttonConfig.terraExportURL}?format=PFB&url=${url}`;
}

exportToPFB = () => {
Expand Down

0 comments on commit 425571b

Please sign in to comment.