close modal with update cancel

This commit is contained in:
sepehr 2025-01-02 23:58:20 +03:00
parent 95d84faf17
commit 982406aa21

View file

@ -250,6 +250,9 @@ export class DefaultLayoutComponent implements OnInit {
}, 60000); }, 60000);
} }
clearTimer() { clearInterval(this.timer); } clearTimer() {
clearInterval(this.timer);
this.ConfirmModalVisible = false;
}
} }