mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
fix public access to storageservice in template for detailed component
This commit is contained in:
parent
94ef23e3a3
commit
e73336c00e
@ -16,7 +16,7 @@ export class PollResultsDetailedComponent {
|
||||
|
||||
constructor(
|
||||
private pollService: PollService,
|
||||
private storageService: StorageService,
|
||||
public storageService: StorageService,
|
||||
private api: ApiService,
|
||||
private toastService: ToastService
|
||||
) {}
|
||||
|
Loading…
Reference in New Issue
Block a user