Fixes bug on not reseting the Grant selection method on Grant Tab of DMP editor.

This commit is contained in:
gkolokythas 2019-10-04 18:24:13 +03:00
parent fbe932b546
commit b08ac084c9
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ export class GrantTabComponent extends BaseComponent implements OnInit {
else {
this.grantformGroup.reset();
this.grantformGroup.disable();
if (this.isCreateNew) this.isCreateNew = !this.isCreateNew;
}
}