Skip to content

Commit

Permalink
fix(code/frontend): not show button group during clone (#41220) (#41430)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangQianliang authored Jul 18, 2019
1 parent 48a2bd2 commit ee77606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/legacy/plugins/code/public/components/main/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit ee77606

Please sign in to comment.