Add option to show and hide the action bar in the query results view (#21560)

* Show and hide action bar in results view

* Updates show action bar setting description

* Removes excess padding

* Code review change
This commit is contained in:
Lewis Sanchez
2023-01-11 16:16:08 -08:00
committed by GitHub
parent 9708b470c7
commit 7683259097
3 changed files with 44 additions and 21 deletions

View File

@@ -30,6 +30,7 @@ export interface IQueryEditorConfiguration {
readonly optimizedTable: boolean,
readonly inMemoryDataProcessingThreshold: number,
readonly openAfterSave: boolean
readonly showActionBar: boolean;
},
readonly messages: {
readonly showBatchTime: boolean,