fixed typo
This commit is contained in:
parent
c91a3dbdfe
commit
b04c862e7f
|
@ -116,7 +116,7 @@ class CCPInputWidgetEditorController extends HTMLElement{
|
||||||
this.#input.title = val
|
this.#input.title = val
|
||||||
}
|
}
|
||||||
else if(ename === "description"){
|
else if(ename === "description"){
|
||||||
this.#input.title = val
|
this.#input.description = val
|
||||||
}
|
}
|
||||||
else if(ename === "minOccurs"){
|
else if(ename === "minOccurs"){
|
||||||
this.#input.minOccurs = val
|
this.#input.minOccurs = val
|
||||||
|
|
Loading…
Reference in New Issue