Resource deployment clean up (#14418)

This commit is contained in:
Charles Gagnon
2021-02-24 12:11:06 -08:00
committed by GitHub
parent 9d827869a1
commit 587ac45418
11 changed files with 43 additions and 38 deletions

View File

@@ -55,9 +55,6 @@ export class NotebookWizardModel extends ResourceTypeModel {
this.wizard.setPages(this.getPages());
}
public onCancel(): void {
}
/**
* Generates the notebook and returns true if generation was done and so the wizard should be closed.
**/