]> git.codecow.com Git - flowpex.git/commitdiff
Use same icon for Boolean as Flow does.
authorChris Duncan <chris@flowpex.dev>
Thu, 27 Jun 2024 05:59:19 +0000 (22:59 -0700)
committerChris Duncan <chris@flowpex.dev>
Thu, 27 Jun 2024 05:59:19 +0000 (22:59 -0700)
src/System/Boolean/valueOf/System_Boolean_valueOf.cls

index f9251e22bb26d00bdc6b1d89ffc6ce41e7b02d64..09f76ec4297eead0082ae701f5739c7a31fb693f 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Boolean_valueOf {\r
 \r
-    @InvocableMethod(label='System.Boolean.valueOf()' category='Flowpex' iconName='slds:standard:default' description='Converts the specified string to a Boolean value and returns true if the specified string value is true. Otherwise, returns false.')\r
+    @InvocableMethod(label='System.Boolean.valueOf()' category='Flowpex' iconName='slds:standard:cms' description='Converts the specified string to a Boolean value and returns true if the specified string value is true. Otherwise, returns false.')\r
 \r
     global static List<Response> System_Boolean_valueOf (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r