Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Feb 21, 2024
1 parent 9010ac5 commit 934ac64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OnboardingSPA/steps/SiteGen/SiteDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ const SiteGenSiteDetails = () => {
currentData.sitegen.siteDetails.mode = 'simple';
currentData.sitegen.skipCache = true;
currentData.sitegen.sitemapPagesGenerated = false;
currentData.sitegen.homepages.data = [];
currentData.sitegen.homepages.active = {};
currentData.sitegen.homepages.data = {};
setCurrentOnboardingData( currentData );
}
setIsFooterNavAllowed( isValidInput );
Expand Down

0 comments on commit 934ac64

Please sign in to comment.