mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
reset valid status (#10813)
This commit is contained in:
@@ -333,6 +333,7 @@ export abstract class ContainerBase<T> extends ComponentBase {
|
||||
this.items = [];
|
||||
this.onItemsUpdated();
|
||||
this._changeRef.detectChanges();
|
||||
this.validate();
|
||||
}
|
||||
|
||||
public setProperties(properties: { [key: string]: any; }): void {
|
||||
|
||||
Reference in New Issue
Block a user