Skip to content

Commit

Permalink
revert screenshotting_example changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkibana committed Aug 14, 2023
1 parent 72cac50 commit 6ab9cc2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions x-pack/examples/screenshotting_example/public/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ import {
EuiImage,
EuiPage,
EuiPageBody,
EuiPageTemplate,
EuiPageSection,
EuiPageContent_Deprecated as EuiPageContent,
EuiPageContentBody_Deprecated as EuiPageContentBody,
EuiPageHeader,
EuiSpacer,
EuiStat,
EuiText,
EuiTextArea,
EuiPageSection,
} from '@elastic/eui';
import { API_ENDPOINT, ScreenshottingExpressionResponse } from '../../common';
import { HttpContext } from './http_context';
Expand Down Expand Up @@ -54,8 +55,8 @@ export function App() {
<EuiPageSection>
<EuiPageHeader pageTitle={'Screenshotting Demo'} />
</EuiPageSection>
<EuiPageTemplate.Section>
<EuiPageSection>
<EuiPageContent>
<EuiPageContentBody>
<EuiText>
<p>This example captures a screenshot of an expression provided below.</p>
</EuiText>
Expand Down Expand Up @@ -123,8 +124,8 @@ export function App() {
)}
</EuiFlexItem>
</EuiFlexGroup>
</EuiPageSection>
</EuiPageTemplate.Section>
</EuiPageContentBody>
</EuiPageContent>
</EuiPageBody>
</EuiPage>
);
Expand Down

0 comments on commit 6ab9cc2

Please sign in to comment.