Skip to content

Commit

Permalink
pass url to getMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyd committed Mar 11, 2018
1 parent 2ba78f2 commit ebe456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectFolder.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class SelectFolder extends React.Component {
.withFailureHandler(err => {
_this.props.showError(err.message);
})
.getMetadata(id);
.getMetadata(id, url);
} else {
// TEST MODE
// ======================
Expand Down

0 comments on commit ebe456a

Please sign in to comment.