Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-eu committed Sep 19, 2024
1 parent 6473f05 commit 736018a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/codelists.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Vue.component("codelists", {
this.crt_list.ListID = Array.isArray(gcJSON['gc:CodeList']['Identification']['LongName'])?gcJSON['gc:CodeList']['Identification']['LongName'][1]['#']:gcJSON['gc:CodeList']['Identification']['LongName']['#']
this.crt_list.Version = gcJSON['gc:CodeList']['Identification']['Version']
this.crt_list.CanonicalUri = gcJSON['gc:CodeList']['Identification']['CanonicalUri']
this.crt_list.CanonicalVersionUri = gcJSON['gc:CodeList']['Identification']['CanonicaVersionlUri']
this.crt_list.CanonicalVersionUri = gcJSON['gc:CodeList']['Identification']['CanonicalVersionlUri']
this.crt_list.LocationUri = gcJSON['gc:CodeList']['Identification']['LocationUri']
this.crt_list.AgencyLongName = gcJSON['gc:CodeList']['Identification']?.['Agency']?.['LongName']??''
this.crt_list.AgencyIdentifier = gcJSON['gc:CodeList']['Identification']?.['Agency']?.['Identifier']?.['@Identifier']??''
Expand Down

0 comments on commit 736018a

Please sign in to comment.