mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
Fix errors throw when doing validity checks (#11171)
This commit is contained in:
@@ -47,7 +47,7 @@ export class ModelStore implements IModelStore {
|
||||
// TODO notify model for cleanup
|
||||
}
|
||||
|
||||
getComponent(componentId: string): IComponent {
|
||||
getComponent(componentId: string): IComponent | undefined {
|
||||
return this._componentMappings[componentId];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user