Enable strict null in MSSQL extension (#22433)

This commit is contained in:
Charles Gagnon
2023-03-23 16:49:48 -07:00
committed by GitHub
parent 59ad572800
commit dfc6469c9d
6 changed files with 19 additions and 11 deletions

View File

@@ -102,7 +102,7 @@ export abstract class ObjectManagementDialogBase<ObjectInfoType extends ObjectMa
}
protected get objectInfo(): ObjectInfoType {
return this._viewInfo?.objectInfo;
return this._viewInfo.objectInfo;
}
protected get originalObjectInfo(): ObjectInfoType {