mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-07-28 06:44:48 +02:00
close modal with update cancel
This commit is contained in:
parent
95d84faf17
commit
982406aa21
1 changed files with 4 additions and 1 deletions
|
@ -250,6 +250,9 @@ export class DefaultLayoutComponent implements OnInit {
|
|||
}, 60000);
|
||||
|
||||
}
|
||||
clearTimer() { clearInterval(this.timer); }
|
||||
clearTimer() {
|
||||
clearInterval(this.timer);
|
||||
this.ConfirmModalVisible = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue