Fix table designer parameter typings (#23375)

This commit is contained in:
Charles Gagnon
2023-06-12 10:51:42 -07:00
committed by GitHub
parent 84d563139e
commit d857ddb54b
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ export class TableDesignerComponentInput implements DesignerComponentInput {
constructor(private readonly _provider: TableDesignerProvider,
public tableInfo: azdata.designers.TableInfo,
private _telemetryInfo: ITelemetryEventProperties,
private _objectExplorerContext: azdata.ObjectExplorerContext,
private _objectExplorerContext: azdata.ObjectExplorerContext | undefined,
@INotificationService private readonly _notificationService: INotificationService,
@IAdsTelemetryService readonly _adsTelemetryService: IAdsTelemetryService,
@IQueryEditorService private readonly _queryEditorService: IQueryEditorService,