diff --git a/jslib b/jslib index 78d40d9f18..85893f5f9e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 78d40d9f18c23a185465d5fca238b258b2848193 +Subproject commit 85893f5f9efb201a45c5af54896a82e6eb185108 diff --git a/src/popup/send/send-add-edit.component.ts b/src/popup/send/send-add-edit.component.ts index a7bb579070..b993da74fd 100644 --- a/src/popup/send/send-add-edit.component.ts +++ b/src/popup/send/send-add-edit.component.ts @@ -16,6 +16,7 @@ import { MessagingService } from 'jslib/abstractions/messaging.service'; import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service'; import { PolicyService } from 'jslib/abstractions/policy.service'; import { SendService } from 'jslib/abstractions/send.service'; +import { TokenService } from 'jslib/abstractions/token.service'; import { UserService } from 'jslib/abstractions/user.service'; import { PopupUtilsService } from '../services/popup-utils.service'; @@ -40,9 +41,9 @@ export class SendAddEditComponent extends BaseAddEditComponent { userService: UserService, messagingService: MessagingService, policyService: PolicyService, environmentService: EnvironmentService, datePipe: DatePipe, sendService: SendService, private route: ActivatedRoute, private router: Router, private location: Location, - private popupUtilsService: PopupUtilsService) { + private popupUtilsService: PopupUtilsService, tokenService: TokenService) { super(i18nService, platformUtilsService, environmentService, datePipe, sendService, userService, - messagingService, policyService); + messagingService, policyService, tokenService); } get showFileSelector(): boolean {