소스 검색

fix: use 'Cluster ID' alias for method name

jmacura 5 년 전
부모
커밋
5d75eb1e81
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app.service.ts

+ 1 - 1
src/app.service.ts

@@ -88,7 +88,7 @@ export class AppService {
       attributes: [
         {attribute: 'CNTR_CODE', label: 'Country'},
         {attribute: 'NUTS_NAME', label: 'Name'},
-        {attribute: this.adjusterService.method /*, label: 'Cluster ID'*/},
+        {attribute: this.adjusterService.method, label: 'Cluster ID'},
         {
           attribute: 'NUTS_ID',
           label: 'Detailed report',