Tweak embedded pages config name
This commit is contained in:
parent
7a15bb65c4
commit
705c3248d4
3 changed files with 3 additions and 3 deletions
|
@ -459,7 +459,7 @@ const LoggedInView = React.createClass({
|
|||
|
||||
case PageTypes.HomePage:
|
||||
{
|
||||
const pagesConfig = this.props.config.pages;
|
||||
const pagesConfig = this.props.config.embeddedPages;
|
||||
let pageUrl = null;
|
||||
if (pagesConfig) {
|
||||
pageUrl = pagesConfig.homeUrl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue