mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
fix publicity of properties in consultation
This commit is contained in:
parent
4ee326445b
commit
81a6e689e2
@ -21,10 +21,10 @@ export class ConsultationComponent implements OnInit, OnDestroy {
|
||||
public environment = environment;
|
||||
private routeSubscription: Subscription;
|
||||
window: any;
|
||||
private isArchived: boolean;
|
||||
private poll: Poll;
|
||||
private pollSlug: string;
|
||||
private pass_hash: string;
|
||||
public isArchived: boolean;
|
||||
public poll: Poll;
|
||||
public pollSlug: string;
|
||||
public pass_hash: string;
|
||||
maxYesCount: any = 1;
|
||||
detailledDisplay: boolean = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user