fix(code/frontend): not show button group during clone (#41220) (#41430)

This commit is contained in:
WangQianliang 2019-07-18 13:41:37 +08:00 committed by GitHub
parent 48a2bd2eff
commit ee77606a4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">