From eedfdd70d1d90a1d9c58d018e9af1e7dac6a36a0 Mon Sep 17 00:00:00 2001 From: Martin Vladic Date: Tue, 15 Oct 2024 22:08:22 +0200 Subject: [PATCH] flip arrow for the assignable user property in CallAction body preview --- packages/project-editor/flow/components/actions/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/project-editor/flow/components/actions/index.tsx b/packages/project-editor/flow/components/actions/index.tsx index aa66b72b..d0b29771 100644 --- a/packages/project-editor/flow/components/actions/index.tsx +++ b/packages/project-editor/flow/components/actions/index.tsx @@ -2282,7 +2282,11 @@ export class CallActionActionComponent extends ActionComponent {
                         <>
                             {userProperty.displayName || userProperty.name}
-                            
+                            {userProperty.assignable ? (
+                                
+                            ) : (
+                                
+                            )}
                             {this.userPropertyValues.values[userProperty.id] ||
                                 ""}