mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit is contained in:
parent
48a2bd2eff
commit
ee77606a4a
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,8 @@ class CodeContent extends React.PureComponent<Props> {
|
|||
/>
|
||||
</EuiFlexGroup>
|
||||
);
|
||||
} else if (this.shouldRenderCloneProgress()) {
|
||||
return null;
|
||||
} else {
|
||||
return (
|
||||
<EuiFlexGroup direction="row" alignItems="center" gutterSize="none">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue