correctly renamed ccpnote input

This commit is contained in:
dcore94 2023-05-25 09:10:12 +02:00
parent e032eb3e10
commit c86dc476da
1 changed files with 1 additions and 1 deletions

View File

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