diff --git a/lib/ui/src/components/layout/layout.stories.js b/lib/ui/src/components/layout/layout.stories.js index 8cdf3f907548..6844c3b0210f 100644 --- a/lib/ui/src/components/layout/layout.stories.js +++ b/lib/ui/src/components/layout/layout.stories.js @@ -111,7 +111,7 @@ const mockProps = { Panel: MockPanel, pages: [], options: { isFullscreen: false, showNav: true, showPanel: true, panelPosition: 'right' }, - location: new URL('http://localhost:9011/?path=/components/UI-DesktopLayout-noNav'), + // location: new URL('http://localhost:9011/?path=/components/UI-DesktopLayout-noNav'), path: '/story/UI-DesktopLayout-noNav', viewMode: 'story', storyId: 'UI-DesktopLayout-noNav', @@ -129,7 +129,7 @@ const realProps = { ), pages: [], options: { isFullscreen: false, showNav: true, showPanel: true, panelPosition: 'right' }, - location: new URL('http://localhost:9011/?path=/components/UI-DesktopLayout-noNav'), + // location: new URL('http://localhost:9011/?path=/components/UI-DesktopLayout-noNav'), path: '/story/UI-DesktopLayout-noNav', viewMode: 'story', storyId: 'UI-DesktopLayout-noNav',