Skip to content

Commit

Permalink
MAT-8151 one more triple equal
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan committed Jan 31, 2025
1 parent 316b5bc commit 033f3ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export default function FunctionBuilder({
expressionValue: formik.values.expressionEditorValue,
};
const result = handleApplyFunction(functionToApply);
if (result == "success") {
if (result === "success") {
resetForm();

Check warning on line 332 in src/CqlBuilderPanel/functionsSection/functionBuilder/FunctionBuilder.tsx

View check run for this annotation

Codecov / codecov/patch

src/CqlBuilderPanel/functionsSection/functionBuilder/FunctionBuilder.tsx#L332

Added line #L332 was not covered by tests
}
}
Expand Down

0 comments on commit 033f3ca

Please sign in to comment.