fix publicity of properties in consultation

This commit is contained in:
Tykayn 2022-02-07 19:09:38 +01:00 committed by tykayn
parent 4ee326445b
commit 81a6e689e2
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ export class ConsultationComponent implements OnInit, OnDestroy {
public environment = environment; public environment = environment;
private routeSubscription: Subscription; private routeSubscription: Subscription;
window: any; window: any;
private isArchived: boolean; public isArchived: boolean;
private poll: Poll; public poll: Poll;
private pollSlug: string; public pollSlug: string;
private pass_hash: string; public pass_hash: string;
maxYesCount: any = 1; maxYesCount: any = 1;
detailledDisplay: boolean = false; detailledDisplay: boolean = false;