mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51: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.items = [];
|
||||||
this.onItemsUpdated();
|
this.onItemsUpdated();
|
||||||
this._changeRef.detectChanges();
|
this._changeRef.detectChanges();
|
||||||
|
this.validate();
|
||||||
}
|
}
|
||||||
|
|
||||||
public setProperties(properties: { [key: string]: any; }): void {
|
public setProperties(properties: { [key: string]: any; }): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user