From b97eb43a956aaf5fa20b9ba976a546e3defdfcf2 Mon Sep 17 00:00:00 2001 From: ck-c8y Date: Mon, 2 Dec 2024 06:16:29 +0100 Subject: [PATCH] correct typo and prepare release --- .../src/shared/editor2/jsoneditor2.component.ts | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dynamic-mapping-ui/src/shared/editor2/jsoneditor2.component.ts b/dynamic-mapping-ui/src/shared/editor2/jsoneditor2.component.ts index cb7c2d7c..8ad1e9ce 100644 --- a/dynamic-mapping-ui/src/shared/editor2/jsoneditor2.component.ts +++ b/dynamic-mapping-ui/src/shared/editor2/jsoneditor2.component.ts @@ -119,11 +119,11 @@ export class JsonEditor2Component implements OnInit, OnDestroy, AfterViewInit { } ngAfterViewInit() { - this.initalizeEditor(); + this.initializeEditor(); this.initRan = true; } - initalizeEditor() { + initializeEditor() { if (!this.jsonEditorContainer.nativeElement) { console.error("Can't find the ElementRef reference for jsoneditor)"); } diff --git a/pom.xml b/pom.xml index f056195a..a63174fe 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ UTF-8 - 4.6.1-SNAPSHOT + 4.6.1 1020.127.0 1.18.34 1.7.36