Fixed webapp build error in prod mode 15/16915/1
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 3 Oct 2018 20:39:21 +0000 (22:39 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 3 Oct 2018 20:53:27 +0000 (20:53 +0000)
Change-Id: I62223e1f1a4da078e7b757bfee85535edc422130
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
(cherry picked from commit ded513362d9819831adc4bf730febdcbf65394af)

webapp/src/app/pages/build/settings/sdk-select-dropdown.component.ts

index 64de039..47d0900 100644 (file)
@@ -52,7 +52,7 @@ export class SdkSelectDropdownComponent implements OnInit {
     });
   }
 
-  select(s) {
+  select() {
     if (this.curSdk) {
       this.sdkSvr.setCurrent(this.curSdk);
     }