fixed typo

This commit is contained in:
dcore94 2022-07-18 18:26:27 +02:00
parent c91a3dbdfe
commit b04c862e7f
1 changed files with 1 additions and 1 deletions

View File

@ -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