mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
strict compile for queryResultsView (#12581)
This commit is contained in:
@@ -40,9 +40,9 @@ export class ResultsViewState {
|
||||
*/
|
||||
export class QueryResultsInput extends EditorInput {
|
||||
|
||||
private _state?= new ResultsViewState();
|
||||
private _state = new ResultsViewState();
|
||||
|
||||
public get state(): ResultsViewState | undefined {
|
||||
public get state(): ResultsViewState {
|
||||
return this._state;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user