Revert "feat(client): completion modal progress bar (#37775)" (#37835)

This reverts commit a8928739dd.
This commit is contained in:
Ahmad Abdolsaheb
2019-11-26 18:30:08 +03:00
committed by GitHub
parent a8928739dd
commit 1d73575a59
12 changed files with 16 additions and 511 deletions

View File

@@ -236,7 +236,7 @@ export class BackEnd extends Component {
<TestSuite tests={tests} />
<Spacer />
</Col>
<CompletionModal blockName={blockName} />
<CompletionModal />
<HelpModal />
</Row>
</Grid>