From b407d0aee079a9a47c94c06c00358d74e8870a10 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Wed, 11 May 2022 15:56:29 +0200 Subject: [PATCH] #985: Restored the missing `inject` decorator. Closes #985. Signed-off-by: Akos Kitta --- .../src/browser/arduino-frontend-contribution.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx b/arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx index 18f4df1a1..2d1040d7b 100644 --- a/arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx +++ b/arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx @@ -157,6 +157,7 @@ export class ArduinoFrontendContribution @inject(SketchesServiceClientImpl) protected readonly sketchServiceClient: SketchesServiceClientImpl; + @inject(FrontendApplicationStateService) protected readonly appStateService: FrontendApplicationStateService; @inject(LocalStorageService)