mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
8bb613e22a
commit
53edbfed40
1 changed files with 7 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import Style from 'style-it';
|
||||
import { WorkpadPage } from '../../../components/workpad_page';
|
||||
import { Link } from '../../../components/link';
|
||||
|
||||
|
@ -36,9 +37,12 @@ export class ExportApp extends React.PureComponent {
|
|||
Edit Workpad
|
||||
</Link>
|
||||
</div>
|
||||
<div className="canvasExport__stageContent">
|
||||
<WorkpadPage isSelected page={activePage} height={height} width={width} />
|
||||
</div>
|
||||
{Style.it(
|
||||
workpad.css,
|
||||
<div className="canvasExport__stageContent">
|
||||
<WorkpadPage isSelected page={activePage} height={height} width={width} />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue