From 08a6758f52ef529d84cfdeb44788f7df6028c8c4 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 5ee6ea63abe..2b5c7c8a18c 100644 --- a/apps/workflowengine/src/components/Rule.vue +++ b/apps/workflowengine/src/components/Rule.vue @@ -31,7 +31,6 @@