Corrected Keyboard Shortcut Execution Issue (#5480)

This commit is contained in:
Stephen
2019-05-14 17:41:12 -05:00
committed by Kevin Cunnane
parent 48ba9ce175
commit a718fb3cae
3 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ export const ChartCreated = 'ChartCreated';
export const ObjectExplorerExpand = 'ObjectExplorerExpand';
export const RunQuery = 'RunQuery';
export const RunQueryStatement = 'RunQueryStatement';
export const RunQueryString = 'RunQueryString';
export const CancelQuery = 'CancelQuery';
export const NewQuery = 'NewQuery';
export const FirewallRuleRequested = 'FirewallRuleCreated';