mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
fix rerender insight widget issue (#663)
This commit is contained in:
@@ -170,6 +170,7 @@ export class DashboardWidgetWrapper implements AfterContentInit, OnInit, OnDestr
|
|||||||
}
|
}
|
||||||
// Save the widget for future use
|
// Save the widget for future use
|
||||||
selector = componentMap['insights-widget'];
|
selector = componentMap['insights-widget'];
|
||||||
|
delete this._config.widget[key];
|
||||||
this._config.widget['insights-widget'] = insightConfig;
|
this._config.widget['insights-widget'] = insightConfig;
|
||||||
}
|
}
|
||||||
return selector;
|
return selector;
|
||||||
|
|||||||
Reference in New Issue
Block a user