Skip to content

Commit bbcab89

Browse files
committed
chore: fix lint spacing
1 parent 52314ce commit bbcab89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

alcs-frontend/src/app/shared/document-upload-dialog/document-upload-dialog.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ export class DocumentUploadDialogComponent implements OnInit, OnDestroy {
263263

264264
async prepareCertificateOfTitleUpload(uuid?: string) {
265265
this.source.setValue(DOCUMENT_SOURCE.APPLICANT);
266-
267266
// If fixedParcel is provided, use it and don't require validation
268267
if (this.data.fixedParcel) {
269268
this.parcelId.setValue(this.data.fixedParcel.uuid);
@@ -287,7 +286,6 @@ export class DocumentUploadDialogComponent implements OnInit, OnDestroy {
287286
this.parcelId.updateValueAndValidity();
288287
return;
289288
}
290-
291289
// We have parcels to select from now, so we will require it here
292290
this.parcelId.setValidators([Validators.required]);
293291
this.parcelId.updateValueAndValidity();

0 commit comments

Comments
 (0)