diff --git a/src/stores/workflow-template/types.ts b/src/stores/workflow-template/types.ts index 8643363e..3df9c540 100644 --- a/src/stores/workflow-template/types.ts +++ b/src/stores/workflow-template/types.ts @@ -34,6 +34,6 @@ export type WorkflowTemplatePayload = { name: string; type?: string; value?: string[]; - responseiblePersonId?: string[]; + responsiblePersonId?: string[]; }[]; };