Tweak embedded pages config name
This commit is contained in:
parent
7a15bb65c4
commit
705c3248d4
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ export class TopLeftMenu extends React.Component {
|
|||
|
||||
hasHomePage() {
|
||||
const config = SdkConfig.get();
|
||||
const pagesConfig = config.pages;
|
||||
const pagesConfig = config.embeddedPages;
|
||||
if (pagesConfig && pagesConfig.homeUrl) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue