force hint mandatory
This commit is contained in:
parent
c89de6a8e7
commit
c6d86a91d8
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user