This is an automated email from the ASF dual-hosted git repository.

shamrick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new dbe1f65843 Fix View Regions for Divisons page (#7475)
dbe1f65843 is described below

commit dbe1f65843273f00450b7623bfd4db657a1a355e
Author: Srijeet Chatterjee <[email protected]>
AuthorDate: Tue May 2 11:43:17 2023 -0600

    Fix View Regions for Divisons page (#7475)
    
    * Fix View Regions for Divisons page
    
    * Adding changelog
    
    * remove changelog
---
 .../src/app/core/cache-groups/regions/table/regions-table.component.ts  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/experimental/traffic-portal/src/app/core/cache-groups/regions/table/regions-table.component.ts
 
b/experimental/traffic-portal/src/app/core/cache-groups/regions/table/regions-table.component.ts
index 519c12a60c..ae511d5b1d 100644
--- 
a/experimental/traffic-portal/src/app/core/cache-groups/regions/table/regions-table.component.ts
+++ 
b/experimental/traffic-portal/src/app/core/cache-groups/regions/table/regions-table.component.ts
@@ -69,7 +69,7 @@ export class RegionsTableComponent implements OnInit {
                {
                        field: "divisionName",
                        headerName: "Division",
-                       valueGetter: ({data}: {data: ResponseRegion}): string 
=> `${data.divisionName} (#${data.division})`
+                       valueFormatter: ({data}: {data: ResponseRegion}): 
string => `${data.divisionName} (#${data.division})`
                },
                {
                        field: "id",

Reply via email to