diff --git a/utils/modal/full-screen-modal/full-screen-modal.component.ts b/utils/modal/full-screen-modal/full-screen-modal.component.ts index 1b32678e..844ceed0 100644 --- a/utils/modal/full-screen-modal/full-screen-modal.component.ts +++ b/utils/modal/full-screen-modal/full-screen-modal.component.ts @@ -13,12 +13,12 @@ import {delay} from "rxjs/operators";
{{title}}
-
+
-
@@ -27,7 +27,8 @@ import {delay} from "rxjs/operators"; export class FullScreenModalComponent implements OnInit { okButtonText = 'OK'; cancelButtonText = 'Cancel'; - buttons: boolean = false; + cancelButton: boolean = false; + okButton: boolean = false; title: string = null; @Input() okButtonDisabled = false;