fix bug
This commit is contained in:
@ -35,7 +35,7 @@ export class FreightComponentsUserComponent implements OnInit {
|
||||
Object.assign(requestOptions.body, { certificationStatus: this.resourceStatus });
|
||||
if (this.sf) {
|
||||
Object.assign(requestOptions.body, {
|
||||
...this.sf.value
|
||||
...this.sf?.value
|
||||
});
|
||||
if (this.sf?.value.effectiveDate) {
|
||||
Object.assign(requestOptions.body, {
|
||||
|
||||
Reference in New Issue
Block a user