Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
fix(demo): same id between continent & country (Africa & Afghanistan)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hervé TINANT committed Jul 13, 2017
1 parent 7f76f9f commit 06027a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/datas/hierarchical-data.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const HierarchicalCountries = [
{
id: 'AF',
id: 'Cont_AF',
name: 'Africa',
children: [
{
Expand Down Expand Up @@ -412,7 +412,7 @@ export const HierarchicalCountries = [
]
},
{
id: 'AN',
id: 'Cont_AN',
name: 'Antarctica',
children: [
{
Expand Down Expand Up @@ -453,7 +453,7 @@ export const HierarchicalCountries = [
]
},
{
id: 'AS',
id: 'Cont_AS',
name: 'Asia',
children: [
{
Expand Down Expand Up @@ -823,7 +823,7 @@ export const HierarchicalCountries = [
]
},
{
id: 'EU',
id: 'Cont_EU',
name: 'Europe',
children: [
{
Expand Down Expand Up @@ -1200,7 +1200,7 @@ export const HierarchicalCountries = [
]
},
{
id: 'NA',
id: 'Cont_NA',
name: 'North America',
children: [
{
Expand Down Expand Up @@ -1493,7 +1493,7 @@ export const HierarchicalCountries = [
]
},
{
id: 'OC',
id: 'Cont_OC',
name: 'Oceania',
children: [
{
Expand Down Expand Up @@ -1688,7 +1688,7 @@ export const HierarchicalCountries = [
]
},
{
id: 'SA',
id: 'Cont_SA',
name: 'South America',
children: [
{
Expand Down

0 comments on commit 06027a8

Please sign in to comment.