update
This commit is contained in:
@@ -52,7 +52,7 @@ export class PayloadFormDialogComponent extends AbstractDialog {
|
|||||||
this.close();
|
this.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
set visible(v: boolean) {
|
override set visible(v: boolean) {
|
||||||
// call base setter to maintain behavior
|
// call base setter to maintain behavior
|
||||||
super.visible = v as any;
|
super.visible = v as any;
|
||||||
if (v) {
|
if (v) {
|
||||||
|
|||||||
Reference in New Issue
Block a user