feat(client): completion modal progress bar (#37836)

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
This commit is contained in:
mrugesh
2019-11-26 22:14:44 +05:30
committed by GitHub
parent 1d73575a59
commit 1b61bceee7
12 changed files with 512 additions and 17 deletions

View File

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