diff --git a/models/process/src/index.ts b/models/process/src/index.ts index b7ecbec7d4..16eddc2b76 100644 --- a/models/process/src/index.ts +++ b/models/process/src/index.ts @@ -220,6 +220,7 @@ export class TProcessFunction extends TDoc implements ProcessFunction { category: AttributeCategory | undefined label!: IntlString editor?: AnyComponent + presenter?: AnyComponent allowMany?: boolean type!: 'transform' | 'reduce' | 'context' } diff --git a/plugins/process-resources/src/components/ProcessAttribute.svelte b/plugins/process-resources/src/components/ProcessAttribute.svelte index c85d1eb7e9..057f282e18 100644 --- a/plugins/process-resources/src/components/ProcessAttribute.svelte +++ b/plugins/process-resources/src/components/ProcessAttribute.svelte @@ -82,7 +82,7 @@ >