We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1429ad2 + 883fa1f commit 3372426Copy full SHA for 3372426
1 file changed
src/sections/Community/Web-based-from/index.js
@@ -34,7 +34,7 @@ const validatePictureUrl = (value) => {
34
}
35
} catch (err) {
36
console.error("Error in validatePictureUrl:", err);
37
- error = "Please enter a URL to an image file.";
+ return "Please enter a URL to an image file.";
38
39
40
@@ -661,4 +661,3 @@ const WebBasedForm = () => {
661
662
663
export default WebBasedForm;
664
-
0 commit comments