We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2479fe commit c9d3357Copy full SHA for c9d3357
packages/orchestrator-ui-components/src/components/WfoPydanticForm/Footer.tsx
@@ -69,7 +69,7 @@ export const Footer = () => {
69
* The button is styled with primary color and has an icon on the right side.
70
* We don't use the disable property based on the form valid state here. When calculating the form valid state
71
* react-hook-form might return a false negative - marking the form invalid - when not all fields have a defaultValue
72
- * which is a valid use case. https://chatgpt.com/c/6874c574-0044-800c-8dda-04c8cc24b0a3
+ * which is a valid use case. https://chatgpt.com/share/6874ce66-35e8-800c-9434-725ff895ac44
73
*/
74
return (
75
<EuiButton
0 commit comments