Fixes bug on not reseting the Grant selection method on Grant Tab of DMP editor.
This commit is contained in:
parent
fbe932b546
commit
b08ac084c9
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue