force hint mandatory

This commit is contained in:
Timo Bejan 2022-03-09 11:10:54 +02:00
parent c89de6a8e7
commit c6d86a91d8
2 changed files with 5 additions and 1 deletions

View File

@ -47,6 +47,10 @@ export class ForceAnnotationDialogComponent extends BaseDialogComponent implemen
return this._data.hint;
}
get disabled(): boolean {
return !this.valid;
}
async ngOnInit() {
super.ngOnInit();
const data = await firstValueFrom(this._justificationsService.getForDossierTemplate(this._data.dossier.dossierTemplateId));

@ -1 +1 @@
Subproject commit 2bae4da2b991ad300b893f6b73797b6c1b90448c
Subproject commit 903a6288deb66d865974a13bd03adf27c73070a2