@@ -37,7 +37,7 @@ suffix identifies the specific type of identifier.
3737 { key: " icon" , label: " " },
3838 { key: " country" , label: " Country" , nowrap: true },
3939 { key: " name" , label: " Name" , minWidth: " 18rem" },
40- { key: " ref" , label: " Reference" , nowrap: true },
40+ { key: " ref" , label: " Reference" , nowrap: true , as: " code " },
4141 ]}
4242 rows = { [
4343 {
@@ -613,7 +613,7 @@ Legal types are of the pattern `{country_code}.{identifier_type}`. The prefix in
613613 { key: " icon" , label: " " },
614614 { key: " country" , label: " Country" , nowrap: true },
615615 { key: " description" , label: " Description" , minWidth: " 18rem" },
616- { key: " ref" , label: " Reference" , nowrap: true },
616+ { key: " ref" , label: " Reference" , nowrap: true , as: " code " },
617617 ]}
618618 rows = { [
619619 {
@@ -2901,7 +2901,7 @@ Persons can have various roles within a merchant:
29012901 { key: " icon" , label: " " },
29022902 { key: " country" , label: " Country" , nowrap: true },
29032903 { key: " name" , label: " Name" , minWidth: " 18rem" },
2904- { key: " ref" , label: " Reference" , nowrap: true },
2904+ { key: " ref" , label: " Reference" , nowrap: true , as: " code " },
29052905 ]}
29062906 rows = { [
29072907 {
0 commit comments