mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix missing actions issue (#23215)
This commit is contained in:
@@ -1063,7 +1063,7 @@ class GridTable<T> extends GridTableBase<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
actions.push(super.getActionBarItems());
|
actions.push(...super.getActionBarItems());
|
||||||
actions.push(this.instantiationService.createInstance(ChartDataAction));
|
actions.push(this.instantiationService.createInstance(ChartDataAction));
|
||||||
|
|
||||||
if (this.contextKeyService.getContextKeyValue('showVisualizer')) {
|
if (this.contextKeyService.getContextKeyValue('showVisualizer')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user