Skip to content

Commit

Permalink
Revert bug repro from #7935
Browse files Browse the repository at this point in the history
This reverts commit 2099899.
  • Loading branch information
cee-chen committed Aug 1, 2024
1 parent 9cbcc51 commit 4eaf404
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { EuiImage } from '../image';
import { EuiPageTemplate } from '../page_template';

import { EuiEmptyPrompt, EuiEmptyPromptProps } from './empty_prompt';
import { EuiThemeProvider } from '../../services';

const meta: Meta<EuiEmptyPromptProps> = {
title: 'Display/EuiEmptyPrompt',
Expand Down Expand Up @@ -62,11 +61,9 @@ export const Playground: Story = {

export const PageTemplate: Story = {
render: ({ ...args }) => (
<EuiThemeProvider modify={{ breakpoint: { xxl: 2000 } }}>
<EuiPageTemplate minHeight="0">
<EuiPageTemplate.EmptyPrompt {...args} />
</EuiPageTemplate>
</EuiThemeProvider>
<EuiPageTemplate minHeight="0">
<EuiPageTemplate.EmptyPrompt {...args} />
</EuiPageTemplate>
),
args: {
title: <h2>Create your first visualization</h2>,
Expand Down

0 comments on commit 4eaf404

Please sign in to comment.