solving lint issues

This commit is contained in:
cris
2023-03-10 03:39:03 +00:00
parent 1ca8529440
commit 1c2d96ce43
3 changed files with 5 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ export class SubmissionFormCollectionComponent implements OnChanges, OnInit {
* @type {SubmissionDefinitionsModel}
*/
@Input() currentDefinition: string;
/**
* Checks if the collection can be modifiable by the user
* @type {booelan}
@@ -150,7 +150,6 @@ export class SubmissionFormCollectionComponent implements OnChanges, OnInit {
ngOnInit() {
this.pathCombiner = new JsonPatchOperationPathCombiner('sections', 'collection');
this.available$ = this.sectionsService.isSectionTypeAvailable(this.submissionId, SectionsType.collection);
console.log("this.collectionModifiable", this.collectionModifiable)
}
/**