Skip to content

Commit aba216e

Browse files
Merge branch 'master' into leecalcote-patch-3
2 parents bdbd4d3 + 3372426 commit aba216e

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

  • src
    • collections/projects/distributed-performance-management
    • sections/Community/Web-based-from

src/collections/projects/distributed-performance-management/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: "Distributed Performance Management"
33
thumbnail_svg: ./distributed-performance_green.svg
44
published: false
5-
redirect_from:
6-
- /distributed-performance
7-
- /projects/distributed-performance
85
---
96

107
import { ProjectWrapper } from "../Project.style.js"

src/sections/Community/Web-based-from/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const validatePictureUrl = (value) => {
3434
}
3535
} catch (err) {
3636
console.error("Error in validatePictureUrl:", err);
37-
error = "Please enter a URL to an image file.";
37+
return "Please enter a URL to an image file.";
3838
}
3939
}
4040
}
@@ -661,4 +661,3 @@ const WebBasedForm = () => {
661661

662662

663663
export default WebBasedForm;
664-

0 commit comments

Comments
 (0)