Allow base referral URL to be configurable
This commit is contained in:
parent
c2b0c603c0
commit
c261ca1f5e
2 changed files with 5 additions and 1 deletions
|
@ -171,6 +171,7 @@ export default React.createClass({
|
|||
brand={this.props.config.brand}
|
||||
collapsedRhs={this.props.collapse_rhs}
|
||||
enableLabs={this.props.config.enableLabs}
|
||||
referralBaseUrl={this.props.config.referralBaseUrl}
|
||||
/>;
|
||||
if (!this.props.collapse_rhs) right_panel = <RightPanel opacity={this.props.sideOpacity}/>;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue