prefill popup small fix
This commit is contained in:
parent
2f0056c62b
commit
b6ee298ba4
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue