Fixing filters and removing not started migration tile (#14903)

This commit is contained in:
Aasim Khan
2021-03-30 00:41:04 -07:00
committed by GitHub
parent a231d2aa82
commit a13e924a14
2 changed files with 6 additions and 6 deletions

View File

@@ -473,9 +473,6 @@ export class DashboardWidget {
this._notStartedMigrationCard.container.onDidClick((e) => {
vscode.window.showInformationMessage('Feature coming soon');
});
this._migrationStatusCardsContainer.addItem(
this._notStartedMigrationCard.container
);
this._migrationStatusCardLoadingContainer = view.modelBuilder.loadingComponent().withItem(this._migrationStatusCardsContainer).component();