From 960e6645f678af31ea213b7757262ee67210b1c1 Mon Sep 17 00:00:00 2001 From: insanity Date: Tue, 20 Mar 2018 19:43:42 +0900 Subject: [PATCH] mistakeeeeeeeee --- .../component/setting/crawler-auth/crawler-auth.component.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/packages/sensor/component/setting/crawler-auth/crawler-auth.component.ts b/src/packages/sensor/component/setting/crawler-auth/crawler-auth.component.ts index 95cfb11..a74e416 100644 --- a/src/packages/sensor/component/setting/crawler-auth/crawler-auth.component.ts +++ b/src/packages/sensor/component/setting/crawler-auth/crawler-auth.component.ts @@ -47,4 +47,7 @@ export class CrawlerAuthComponent implements OnInit, OnChanges { getCrawlerAuthInputItems() { this.listStore.dispatch(new ListStore.ReadAll(this.selectedCrawler)); } + + generateAuthComponent() { + } }