mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 17:23:45 -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));
|
||||
|
||||
if (this.contextKeyService.getContextKeyValue('showVisualizer')) {
|
||||
|
||||
Reference in New Issue
Block a user