We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2e972 commit 2c03d24Copy full SHA for 2c03d24
libs/data-mapper/src/lib/utils/Function.Utils.ts
@@ -1,6 +1,7 @@
1
import {
2
collectionBranding,
3
conversionBranding,
4
+ customBranding,
5
dateTimeBranding,
6
logicalBranding,
7
mathBranding,
@@ -24,7 +25,7 @@ export const getFunctionBrandingForCategory = (functionCategory: FunctionCategor
24
25
return collectionBranding;
26
}
27
case FunctionCategory.Custom: {
- return collectionBranding;
28
+ return customBranding;
29
30
case FunctionCategory.DateTime: {
31
return dateTimeBranding;
0 commit comments