Skip to content

Commit

Permalink
Changing name in case of issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHowellSlavin committed Sep 19, 2024
1 parent bd56dcf commit 666aed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1111,8 +1111,8 @@ export async function loadDeferred(area, blocks, config) {
.then(({ default: decoratePreviewMode }) => decoratePreviewMode());
}
if (config?.dynamicNavKey) {
const { default: loadStatus } = await import('../features/dynamic-navigation/status.js');
loadStatus();
const { default: loadDNStatus } = await import('../features/dynamic-navigation/status.js');
loadDNStatus();
}
}

Expand Down

0 comments on commit 666aed4

Please sign in to comment.