Преглед на файлове

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',