liuxiran commented on a change in pull request #1633:
URL: https://github.com/apache/apisix-dashboard/pull/1633#discussion_r601934240
##########
File path: web/src/components/Upstream/UpstreamForm.tsx
##########
@@ -667,6 +667,9 @@ const UpstreamForm: React.FC<Props> = forwardRef(
name: formatMessage({ id:
'page.upstream.step.select.upstream.select.option' }),
id: '',
},
+ {
Review comment:
Hi @stu01509
1. turn to this line
https://github.com/apache/apisix-dashboard/pull/1633/files#diff-0029901a283985aea1e8e47cfb2d45c9c8eef8cb392e12ed31720390a22ec269R664,
you will see

this is the `None` option item, and you will find that it is controlled by
`required` parameter
3. for the `upstreamForm` component, `required` is a props item, see

4. our create service page used `upstreamForm` component, see

you can try to change the `required` param to `required={false}`, that will
solve your problem.
just try it ^_^, looking forward to your reply, thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]