correctly renamed ccpnote input
This commit is contained in:
parent
e032eb3e10
commit
c86dc476da
|
@ -665,7 +665,7 @@ class CCPMethodEditorController extends HTMLElement{
|
|||
ev.stopPropagation()
|
||||
this.#tmp_inputs.push(
|
||||
{
|
||||
id : "ccpannotation",
|
||||
id : "ccpnote",
|
||||
title : "Annotations for execution",
|
||||
description : "The value of this parameter will be associated as annotation to the execution",
|
||||
minOccurs : 1,
|
||||
|
|
Loading…
Reference in New Issue