mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -05:00
fix link cell not working issue (#23223)
This commit is contained in:
@@ -267,6 +267,7 @@ class DataResourceTable extends GridTableBase<any> {
|
||||
this._chart.onOptionsChange(options => {
|
||||
this.setChartOptions(options);
|
||||
});
|
||||
this.providerId = cellModel.notebookModel.context?.providerName;
|
||||
}
|
||||
|
||||
public get gridDataProvider(): IGridDataProvider {
|
||||
|
||||
Reference in New Issue
Block a user