Skip to content

Commit

Permalink
Is this the source of the IE Bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Coleman committed Feb 15, 2019
1 parent 247dd6a commit 93b84c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/src/components/layout/layout.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 93b84c1

Please sign in to comment.