From 09bb0720d40fd2583b2eb918d1e68a210119da1a Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 29 Apr 2025 12:23:27 +0200 Subject: [PATCH] fix(WFE): properly set inital status The operationComponent.value is only possibly available with registered operations that have the value prop. Ones that do not would not have the value set properly initially. Going to inputValue, which is mapped to the components model-value, solves this. Signed-off-by: Arthur Schiwon --- apps/workflowengine/src/components/Rule.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/workflowengine/src/components/Rule.vue b/apps/workflowengine/src/components/Rule.vue index c9632d6c196..1c321fd014c 100644 --- a/apps/workflowengine/src/components/Rule.vue +++ b/apps/workflowengine/src/components/Rule.vue @@ -31,7 +31,6 @@