mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
Fixing filters and removing not started migration tile (#14903)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user