This commit is contained in:
2026-05-12 21:17:11 +03:30
parent d0bea7dd14
commit b5b3bd52fc
@@ -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) {