mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 01:25:39 -05:00
Fix table designer parameter typings (#23375)
This commit is contained in:
@@ -39,7 +39,7 @@ export class TableDesignerInput extends EditorInput {
|
||||
private _provider: TableDesignerProvider,
|
||||
tableInfo: azdata.designers.TableInfo,
|
||||
telemetryInfo: { [key: string]: string },
|
||||
objectExplorerContext: azdata.ObjectExplorerContext,
|
||||
objectExplorerContext: azdata.ObjectExplorerContext | undefined,
|
||||
@IInstantiationService private readonly _instantiationService: IInstantiationService,
|
||||
@INotificationService private readonly _notificationService: INotificationService) {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user