From 93b84c18e5626a83c1394468cebf19313d62157a Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Fri, 15 Feb 2019 13:08:36 +1100 Subject: [PATCH] Is this the source of the IE Bug? --- lib/ui/src/components/layout/layout.stories.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',