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