We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdbd4d3 + 3372426 commit aba216eCopy full SHA for aba216e
2 files changed
src/collections/projects/distributed-performance-management/index.mdx
@@ -2,9 +2,6 @@
2
title: "Distributed Performance Management"
3
thumbnail_svg: ./distributed-performance_green.svg
4
published: false
5
-redirect_from:
6
- - /distributed-performance
7
- - /projects/distributed-performance
8
---
9
10
import { ProjectWrapper } from "../Project.style.js"
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