Skip to content

Commit

Permalink
MAT-7797 fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-cecilialiu committed Dec 23, 2024
1 parent 23371f7 commit 26e517e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function FunctionBuilder({
logic += "fluent ";
}
logic += "function ";
logic += formik.values.functionName + " ";
logic += '"' + formik.values.functionName + '"' + " ";
logic +=
"(" + getFunctionArguments(formik.values.functionsArguments) + "):\n";
logic += " " + formik.values.expressionEditorValue;
Expand Down

0 comments on commit 26e517e

Please sign in to comment.