From b04c862e7fe73df7073d639b090be72c5fb636ee Mon Sep 17 00:00:00 2001 From: dcore94 Date: Mon, 18 Jul 2022 18:26:27 +0200 Subject: [PATCH] fixed typo --- ccp/js/inputwidgeteditorcontroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccp/js/inputwidgeteditorcontroller.js b/ccp/js/inputwidgeteditorcontroller.js index 6be7eb2..7fdf18a 100644 --- a/ccp/js/inputwidgeteditorcontroller.js +++ b/ccp/js/inputwidgeteditorcontroller.js @@ -116,7 +116,7 @@ class CCPInputWidgetEditorController extends HTMLElement{ this.#input.title = val } else if(ename === "description"){ - this.#input.title = val + this.#input.description = val } else if(ename === "minOccurs"){ this.#input.minOccurs = val