diff options
Diffstat (limited to 'client/src/app/shared/confirm')
-rw-r--r-- | client/src/app/shared/confirm/confirm.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/confirm/confirm.component.ts b/client/src/app/shared/confirm/confirm.component.ts index 63c163da6..53aed14d7 100644 --- a/client/src/app/shared/confirm/confirm.component.ts +++ b/client/src/app/shared/confirm/confirm.component.ts | |||
@@ -10,7 +10,7 @@ import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref' | |||
10 | styleUrls: [ './confirm.component.scss' ] | 10 | styleUrls: [ './confirm.component.scss' ] |
11 | }) | 11 | }) |
12 | export class ConfirmComponent implements OnInit { | 12 | export class ConfirmComponent implements OnInit { |
13 | @ViewChild('confirmModal') confirmModal: ElementRef | 13 | @ViewChild('confirmModal', { static: true }) confirmModal: ElementRef |
14 | 14 | ||
15 | title = '' | 15 | title = '' |
16 | message = '' | 16 | message = '' |