diff --git a/ui/js/page/publish.js b/ui/js/page/publish.js index f456d5f39..b7a0eac43 100644 --- a/ui/js/page/publish.js +++ b/ui/js/page/publish.js @@ -77,7 +77,7 @@ var PublishPage = React.createClass({ name: this.state.name, bid: parseFloat(this.state.bid), metadata: metadata, - ... this.state.channel != 'new' && this.state.channel != 'none' ? {channel_name: this.state.channel} : {}, + ... this.state.channel != 'new' && this.state.channel != 'anonymous' ? {channel_name: this.state.channel} : {}, }; if (this.refs.file.getValue() !== '') { @@ -113,7 +113,7 @@ var PublishPage = React.createClass({ bid: '', feeAmount: '', feeCurrency: 'USD', - channel: 'none', + channel: 'anonymous', newChannelName: '@', newChannelBid: '', nameResolved: false, @@ -352,7 +352,7 @@ var PublishPage = React.createClass({