Address feedback

This commit is contained in:
Giuseppe Digilio
2021-07-20 11:54:25 +02:00
parent f7ebffec45
commit d3fe33a837
5 changed files with 22 additions and 9 deletions

View File

@@ -162,7 +162,6 @@ export class SubmissionFormComponent implements OnChanges, OnDestroy {
this.uploadFilesOptions.authToken = this.authService.buildAuthHeader();
this.uploadFilesOptions.url = endpointURL.concat(`/${this.submissionId}`);
this.definitionId = this.submissionDefinition.name;
// const { errors } = item;
this.submissionService.dispatchInit(
this.collectionId,
this.submissionId,