Use current value in name field on Publish page
This commit is contained in:
parent
761ba6f1e2
commit
6677769ded
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ var PublishPage = React.createClass({
|
|||
metadata: metadata,
|
||||
});
|
||||
lbry.publish({
|
||||
name: this.state.name,
|
||||
name: this.refs.name.getValue(),
|
||||
file_path: this._tempFilePath,
|
||||
bid: parseFloat(this.state.bid),
|
||||
metadata: metadata,
|
||||
|
|
Loading…
Reference in a new issue