mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user