From 736018a50bfdc129aa9786ee11ddbcf758673d4c Mon Sep 17 00:00:00 2001 From: dragos-eu Date: Thu, 19 Sep 2024 08:12:40 +0200 Subject: [PATCH] typo fix --- src/js/codelists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/codelists.js b/src/js/codelists.js index 9879ca6..89990ef 100644 --- a/src/js/codelists.js +++ b/src/js/codelists.js @@ -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']??''