mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 01:25:38 -05:00
fix insights widget issue (#15827)
This commit is contained in:
@@ -80,6 +80,7 @@ export class InsightsWidget extends DashboardWidget implements IDashboardWidget,
|
||||
@Inject(IFileService) private readonly fileService: IFileService
|
||||
) {
|
||||
super(changeRef);
|
||||
this._config = _config;
|
||||
this.insightConfig = <IInsightsConfig>this._config.widget['insights-widget'];
|
||||
this._loadingMessage = nls.localize('insightsWidgetLoadingMessage', "Loading {0}", this._config.name);
|
||||
this._loadingCompletedMessage = nls.localize('insightsWidgetLoadingCompletedMessage', "Loading {0} completed", this._config.name);
|
||||
|
||||
Reference in New Issue
Block a user