- Notifications
You must be signed in to change notification settings - Fork905
fix: display validation error for workspace name#17564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
jaaydenh commentedApr 24, 2025
- Display form validation error for workspace name
- Scroll to the workspace name field if there is a validation error
@@ -477,7 +488,6 @@ export const CreateWorkspacePageViewExperimental: FC< | |||
return ( | |||
<DynamicParameter | |||
{...getFieldHelpers(parameterInputName)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Since we are not using the MUI TextField, this is not necessary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
you need to use aref
here
@aslilac updated for useRef |
bb92ca8
todd76a3a
Compared104cd6
intomainUh oh!
There was an error while loading.Please reload this page.