Explorar el Código

fix: use 'Cluster ID' alias for method name

jmacura hace 5 años
padre
commit
5d75eb1e81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',