Fix My Files link on Publish page
This commit is contained in:
parent
c3754e7c56
commit
7f258b2a14
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ var PublishPage = React.createClass({
|
|||
handlePublishSuccess: function(name, title) {
|
||||
alert(`Your file ${title} has been published to LBRY at the address lbry://${name}!\n\n` +
|
||||
`You will now be taken to your My Files page, where your newly published file should appear within a few minutes.`);
|
||||
window.location = "?myfiles";
|
||||
window.location = "?files";
|
||||
},
|
||||
handlePublishError: function(error) {
|
||||
alert(`The following error occurred when attempting to publish your file:\n\n` +
|
||||
|
|
Loading…
Reference in a new issue