ML - Added a link in models page to run predict on a model (#13124)

* Added a link in models page to run predict on a model

* Updated the icons
This commit is contained in:
Leila Lali
2020-10-29 16:37:23 -07:00
committed by GitHub
parent e31d563f61
commit d450588e39
10 changed files with 121 additions and 36 deletions

View File

@@ -135,7 +135,6 @@ export class CurrentModelsComponent extends ModelViewBase implements IPageView {
try {
if (this._tableSelectionComponent && this._dataTable) {
await this._tableSelectionComponent.refresh();
await this._dataTable.refresh();
this.refreshComponents();
}
} catch (err) {