close modal on click

merge-requests/74/merge
Tykayn 2022-03-14 16:19:14 +01:00 committed by tykayn
parent 6e1a3c57f4
commit 57a7f3dbfc
1 changed files with 3 additions and 1 deletions

View File

@ -38,5 +38,7 @@ export class OptionLinkComponent implements OnInit {
this.display_option_dialog = false;
}
closeModalAndFocusOnOpenModalButton() {}
closeModalAndFocusOnOpenModalButton() {
this.display_option_dialog = false;
}
}