Skip to content

Commit

Permalink
Resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaliya-AOT committed Jan 20, 2025
1 parent 6805b29 commit f011c13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions forms-flow-web/src/components/Form/EditForm/FormSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ const FormSettings = forwardRef((props, ref) => {
} catch (error) {
errorMessage = error.response?.data?.message ||
`An error occurred while validating the ${field}.`;
console.error
(`Error validating ${field}:`, errorMessage);
console.error(`Error validating ${field}:`, errorMessage);
}
}
setErrors((prev) => ({ ...prev, [field]: errorMessage }));
Expand Down

0 comments on commit f011c13

Please sign in to comment.