Skip to content

Commit

Permalink
Do not use camelCase for vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Alegria Aclan committed Jul 21, 2021
1 parent c208a0e commit 6d5dc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/submission/submission.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class SubmissionComponent implements OnInit, OnDestroy {
archiveEntityDataSource: PaginatedDataSource<ArchiveEntity>;

private MAX_ERRORS = 1;
SubmissionTab = SubmissionTab;
submissionTab = SubmissionTab;

constructor(
private alertService: AlertService,
Expand Down

0 comments on commit 6d5dc16

Please sign in to comment.