- Notifications
You must be signed in to change notification settings - Fork928
feat: create multi-org template creation page#13879
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
27dfd55
to0da7fe4
Compare11db26b
to3bf7489
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
value={selectedOrg} | ||
onChange={(newValue) => { | ||
setSelectedOrg(newValue); | ||
return form.setFieldValue( |
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 it's not part of the request body, we don't really need to track this as part of the form. I'd just stick to theuseState
.
Uh oh!
There was an error while loading.Please reload this page.
d6a5f2c
toc52c3dc
Compare
Uh oh!
There was an error while loading.Please reload this page.
Resolves#13877