prefill popup small fix

This commit is contained in:
amentis 2024-04-17 15:39:30 +03:00
parent 2f0056c62b
commit b6ee298ba4
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -77,6 +77,10 @@ export class PrefillDescriptionDialogComponent extends BaseComponent implements
};
}
changePreffillingSource(){
this.prefillForm.get('prefillId').setValue(null);
}
// addProfileIfUsedLessThanMax(profile: DescriptionProfileModel) {
// const dmpSectionIndex = this.data.datasetFormGroup.get('dmpSectionIndex').value;
// const blueprintId = this.data.datasetFormGroup.get('dmp').value.profile.id;