Skip to content

Commit

Permalink
[VAS] Bug 11792: fix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
laedanrex committed Sep 21, 2023
1 parent 5ff98fc commit 82eb739
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ import { IngestContractCreateValidators } from './ingest-contract-create.validat
})
export class IngestContractCreateComponent implements OnInit, OnDestroy {

protected readonly signedDocumentPolicyEnum = SignedDocumentPolicyEnum;
protected readonly FILLING_PLAN_MODE = FilingPlanMode;
readonly signedDocumentPolicyEnum = SignedDocumentPolicyEnum;
readonly FILLING_PLAN_MODE = FilingPlanMode;

@Input() tenantIdentifier: number;
@Input() isSlaveMode: boolean;
Expand Down

0 comments on commit 82eb739

Please sign in to comment.